RoomMember

A session's participation in a room.
View as Markdown

A RoomMember represents one session in one room. Its uuid is the corresponding Session.session_uuid.

Methods

The room.member.voice_activity_changed webhook delivers voice-activity transitions.

Join state

New members join unmuted when muted is omitted or false. Send "muted": true when a member must join muted.

Resource representation

The RoomMember resource
1{
2 "muted": true,
3 "uuid": "string"
4}

Properties

mutedbooleanRequired
Whether the member is currently muted in the room.
uuidstringRequired
Session UUID of the member.