conference-supervision example#17
Merged
Merged
Conversation
Distilled supervision patterns from the room-monitor reference app (https://github.com/jambonz/room-monitor): ws-app.ts runs the caller (portal- editable ROOM_NAME env var), agent (memberTag), supervisor (joinMuted + actionHook), and audio-fork-sink flows; monitor.ts drives the REST side — room discovery, coach/barge/monitor mode switches on the live leg, dynamic tag/untag, and the conference listen fork start/stop. Served whole by the MCP server's get_sdk_example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
examples/conference-supervision/— a two-file distillation of the room-monitor reference app (now public: https://github.com/jambonz/room-monitor), served whole by the MCP server'sget_sdk_example./caller(room from a portal-editableROOM_NAMEenv var via OPTIONS discovery),/agent(memberTag: 'agent'),/supervisor(joinsjoinMutedwithstartConferenceOnEnter: false), and/fork(the conference listen-fork audio sink — self-describing metadata arrives as the first text frame).conferenceParticipantActions +conf_mute_statuson the live supervisor leg, dynamictag/untag, and listen-fork start/stop.README notes which parts need MediaJam-based releases (conference-level listen, enriched listing). Companion PR jambonz/schema#24 adds the
conference-monitoringMCP guide.