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