PushSingleStreamParam.toRTCRoom constructor
PushSingleStreamParam.toRTCRoom({})
Implementation
PushSingleStreamParam.toRTCRoom({
required String roomId,
required String userId,
required List<$p.DestInfo> destInfos,
}) : this(
roomId: roomId,
userId: userId,
destInfos: destInfos,
pushType: $p.SingleStreamPushType.rtc,
);