setRTCRoomDelegateRts method
@detail api
@brief By setting ByteRTCRTSRoomDelegate{@link #ByteRTCRTSRoomDelegate}, you can get infromed of events realted to this ByteRTCRTSRoom object.
@param roomDelegate Refer to ByteRTCRTSRoomDelegate{@link #ByteRTCRTSRoomDelegate}.
@return
+ 0: Success.
+ < 0 : Fail. See ByteRTCReturnStatus{@link #ByteRTCReturnStatus} for more details
Implementation
FutureOr<int> setRTCRoomDelegateRts(
id<ByteRTCRTSRoomDelegate> roomDelegate) async {
return await nativeCall('setRTCRoomDelegateRts:', [roomDelegate]);
}