resumeForwardStreamToAllRooms abstract method
Resumes relaying media streams paused by calling RTCRoom.pauseForwardStreamToAllRooms to all rooms.
Return value:
-
0
: Success. -
<0
: Failure. See ReturnStatus for the reason. -
After calling RTCRoom.pauseForwardStreamToAllRooms, you can call this API to resume forwarding media streams to all target rooms.
-
Users in all rooms will receive RTCRoomEventHandler.onUserJoined and RTCRoomEventHandler.onUserPublishStream/RTCRoomEventHandler.onUserPublishScreen.
Implementation
Future<int?> resumeForwardStreamToAllRooms();