RTCRoom constructor
RTCRoom({
- id<
ByteRTCRoomDelegate> ? delegate, - id<
ByteRTCRTSRoomDelegate> ? delegateRts,
Implementation
RTCRoom(
{id<$p_i.ByteRTCRoomDelegate>? delegate,
id<$p_i.ByteRTCRTSRoomDelegate>? delegateRts})
: super([delegate, delegateRts]);