Skip to content

Glossary

TermDescription
room_idBusiness logical room ID, such as an order ID or session ID. It identifies the room that devices should join.
device_idUnique device identifier used for credential issuance and troubleshooting.
participant_idParticipant ID inside the room. It can default to device_{device_id}.
mic_stateParticipant microphone state. on means on, speaking means on and currently speaking, and off means off.
peer_idTiRTC connection target identifier requested by the application server and delivered to the device. The device should pass it unchanged to the TiRTC TiRtcWhipConnect API.
tokenShort-lived connection credential that must be used with the returned peer_id.
TiRtcWhipConnectTiRTC API used by the device to start Room connection with the peer_id and token delivered by the application server.
Mixed downlink audioA downlink audio stream generated by the Tange platform from other participants' audio in the room.
Command channelTiRTC command channel. Room uses command 0x2200 to carry JSON-RPC 2.0 room signaling.

Room