Skip to content

Document voice muting based on player blocks guide#8319

Merged
markmandel merged 1 commit into
mainfrom
markm/muting-lobbies
Apr 27, 2026
Merged

Document voice muting based on player blocks guide#8319
markmandel merged 1 commit into
mainfrom
markm/muting-lobbies

Conversation

@markmandel
Copy link
Copy Markdown
Contributor

Adds a new how-to guide covering bi-directional voice muting in lobby voice calls based on block relationships. Covers two approaches for populating per-member mute lists — client-side using any client-accessible block signal (Discord relationships, in-game block lists, etc.) and server-side via lobby member metadata set at lobby creation — with a shared C++ implementation that applies mutes in both directions using lobby member metadata.

Also documents the POST /lobbies/{lobby.id}/members/bulk endpoint for adding, updating, or removing up to 25 lobby members in a single request.

Adds a new how-to guide covering bi-directional voice muting in lobby voice
calls based on block relationships. Covers two approaches for populating
per-member mute lists — client-side using any client-accessible block signal
(Discord relationships, in-game block lists, etc.) and server-side via lobby
member metadata set at lobby creation — with a shared C++ implementation that
applies mutes in both directions using lobby member metadata.

Also documents the POST /lobbies/{lobby.id}/members/bulk endpoint for adding,
updating, or removing up to 25 lobby members in a single request.
@markmandel markmandel requested a review from a team as a code owner April 24, 2026 00:02
@markmandel markmandel requested review from anthonydiscord and removed request for a team April 24, 2026 00:02
@markmandel markmandel added the social-sdk Feedback and PRs on Social SDK label Apr 24, 2026
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 24, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Discord 🟢 Ready View Preview Apr 24, 2026, 12:04 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copy link
Copy Markdown
Contributor

@anthonydiscord anthonydiscord left a comment

Choose a reason for hiding this comment

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

LGTM!

@markmandel markmandel merged commit 7d0856f into main Apr 27, 2026
5 checks passed
@markmandel markmandel deleted the markm/muting-lobbies branch April 27, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

social-sdk Feedback and PRs on Social SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants