RCRTCRoomConfig constructor

RCRTCRoomConfig(
  1. RCRTCRoomType roomType,
  2. RCRTCLiveType liveType,
  3. RCRTCLiveRoleType roleType
)

Implementation

RCRTCRoomConfig(this.roomType, this.liveType, this.roleType);