RCRTCRoomSetup.create constructor
RCRTCRoomSetup.create({
- required RCRTCMediaType mediaType,
- required RCRTCRole role,
- RCRTCJoinType joinType = RCRTCJoinType.kick,
Implementation
RCRTCRoomSetup.create({
required this.mediaType,
required this.role,
this.joinType = RCRTCJoinType.kick,
});