Create and Join RTC Rooms
The RTC server does not provide APIs for creating, joining, or exiting RTC rooms. Apps can use client APIs to create and join rooms.
RTC Room Modes
When the RTC server receives a request to create an RTC room, it may create rooms in the following modes based on client requirements:
- Call Mode: If the client SDK is CallKit/CallLib, a call-mode room is created.
- Conference Mode: If the client SDK is RTCLib and the scenario is a conference (without distinguishing between host and audience roles), a conference-mode room is created.
- Live Streaming Mode: Rooms are created in live streaming mode under the following scenarios:
- The client SDK is RTCLib and the scenario is live streaming (requiring specification of room type and participant roles during room joining).
- The client SDK is RCVoiceRoomLib (voice chat rooms) or RCLiveVideoLib (live video streaming), a live streaming-mode room is created (both products have been discontinued).