iOS API
Instance Methods | Properties | List of all members
MobileRTCWaitingRoomService Class Reference
Inheritance diagram for MobileRTCWaitingRoomService:

Instance Methods

(BOOL) - isSupportWaitingRoom
 Is this meeting support Waiting Room feature. More...
 
(BOOL) - isWaitingRoomOnEntryFlagOn
 Is this meeting enabled Waiting Room feature. More...
 
(MobileRTCMeetError) - enableWaitingRoomOnEntry:
 enable or disable waiting room feature of this meeting. More...
 
(nullable NSArray *) - waitingRoomList
 get the waiting room user id list. More...
 
(nullable MobileRTCMeetingUserInfo *) - waitingRoomUserInfoByID:
 get the user detail information in waiting room. More...
 
(BOOL) - admitToMeeting:
 admit the user go to meeting fram waiting room. More...
 
(BOOL) - putInWaitingRoom:
 put the user to waiting room from meeting. More...
 

Properties

id< MobileRTCWaitingRoomServiceDelegatedelegate
 Waiting Room service delegate.
 

Method Documentation

◆ admitToMeeting:()

- (BOOL) admitToMeeting: (NSUInteger)  userId

admit the user go to meeting fram waiting room.

Returns
the result of this operation.
Warning
Only meeting host/co-host can run the function.

◆ enableWaitingRoomOnEntry:()

- (MobileRTCMeetError) enableWaitingRoomOnEntry: (BOOL)  bEnable

enable or disable waiting room feature of this meeting.

Returns
the result of this operation.

◆ isSupportWaitingRoom()

- (BOOL) isSupportWaitingRoom

Is this meeting support Waiting Room feature.

Returns
Yes if support waiting room.

◆ isWaitingRoomOnEntryFlagOn()

- (BOOL) isWaitingRoomOnEntryFlagOn

Is this meeting enabled Waiting Room feature.

Returns
Yes if enabled.

◆ putInWaitingRoom:()

- (BOOL) putInWaitingRoom: (NSUInteger)  userId

put the user to waiting room from meeting.

Returns
the result of this operation.
Warning
Only meeting host/co-host can run the function.

◆ waitingRoomList()

- (nullable NSArray *) waitingRoomList

get the waiting room user id list.

Returns
waiting room user list.

◆ waitingRoomUserInfoByID:()

- (nullable MobileRTCMeetingUserInfo*) waitingRoomUserInfoByID: (NSUInteger)  userId

get the user detail information in waiting room.

Returns
waiting room user information.

The documentation for this class was generated from the following file: