RCRTCRoomSetup.create constructor

RCRTCRoomSetup.create({
  1. required RCRTCMediaType mediaType,
  2. required RCRTCRole role,
  3. RCRTCJoinType joinType = RCRTCJoinType.kick,
})

Implementation

RCRTCRoomSetup.create({
  required this.mediaType,
  required this.role,
  this.joinType = RCRTCJoinType.kick,
});