Skip to content

feat: add communities voice chat proto objects#283

Merged
juanmahidalgo merged 7 commits into
experimentalfrom
feat/social-service-v2-proto-communities-voice-chat
Jul 28, 2025
Merged

feat: add communities voice chat proto objects#283
juanmahidalgo merged 7 commits into
experimentalfrom
feat/social-service-v2-proto-communities-voice-chat

Conversation

@juanmahidalgo

Copy link
Copy Markdown

No description provided.

@github-actions

github-actions Bot commented Jul 9, 2025

Copy link
Copy Markdown

Test this pull request on NPM or Yarn

  • The @dcl/protocol package can be tested in scenes by running the following NPM command:
    npm install "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16491619445.commit-cf966f1.tgz"
  • The @dcl/protocol package can be tested in scenes by running the following YARN command:
    yarn add "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16491619445.commit-cf966f1.tgz"


message StartCommunityVoiceChatResponse {
message Ok {
string voice_chat_id = 1;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can either:

  1. Have different rooms, one per voice chat initiated
  2. Have a single room, with the same id o room name for each community voice chat, whose id is related to the community.

If we go with the second option, the voice_chat_id should not be needed.
The same happens with the JoinCommunityVoiceChatResponse type.

}

// Getting active community voice chats for user's communities
message GetCommunityVoiceChatsResponse {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're able to get if a community has an active voice chat when requesting them via the HTTP endpoint, this should not be needed, what do you think about removing it?

Comment thread proto/decentraland/social_service/v2/social_service_v2.proto
juanmahidalgo and others added 4 commits July 10, 2025 17:00

@kevinszuchet kevinszuchet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juanmahidalgo
juanmahidalgo merged commit 501dda6 into experimental Jul 28, 2025
2 of 3 checks passed
@juanmahidalgo
juanmahidalgo deleted the feat/social-service-v2-proto-communities-voice-chat branch July 28, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants