updateForwardStreamToRooms abstract method

Future<int?> updateForwardStreamToRooms(
  1. List<ForwardStreamInfo> forwardStreamInfos
)

Updates information of the rooms where you want to relay the media stream to after calling RTCRoom.startForwardStreamToRooms.

Adding and removing rooms by calling this method will trigger RTCRoomEventHandler.onForwardStreamStateChanged locally.

forwardStreamInfos: Information of the rooms where you want to relay the media stream to.

Notes:

Implementation

Future<int?> updateForwardStreamToRooms(
    List<ForwardStreamInfo> forwardStreamInfos);