ZegoExpressEngineRoom extension
Methods
-
getRoomStreamList(
String roomID, ZegoRoomStreamListType streamListType) → Future< ZegoRoomStreamList> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Get room stream list. -
loginRoom(
String roomID, ZegoUser user, {ZegoRoomConfig? config}) → Future< ZegoRoomLoginResult> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Log in to the room by configuring advanced properties, and return the login result through the callback parameter. You must log in to the room before pushing or pulling the stream. -
logoutRoom(
[String? roomID]) → Future< ZegoRoomLogoutResult> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Exit the room of the specified room ID with callback. -
renewToken(
String roomID, String token) → Future< void> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Renew token. -
setRoomExtraInfo(
String roomID, String key, String value) → Future< ZegoRoomSetRoomExtraInfoResult> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Set room extra information. -
switchRoom(
String fromRoomID, String toRoomID, {ZegoRoomConfig? config}) → Future< void> -
Available on ZegoExpressEngine, provided by the ZegoExpressEngineRoom extension
Switch the room with advanced room configurations.