#import <MobileRTCBORole.h>
Inherits NSObject.
Definition at line 211 of file MobileRTCBORole.h.
◆ assignNewUser:toRunningBO:
- (BOOL) assignNewUser: |
|
(NSString *_Nonnull) |
boUserId |
toRunningBO: |
|
(NSString *_Nonnull) |
boId |
|
|
| |
assign a bo user to a started bo meeting.
- Parameters
-
boUserId | the BO user id. |
boId | the BO id. |
- Returns
- the result of call the method.
◆ broadcastMessage:
- (BOOL) broadcastMessage: |
|
(NSString *_Nonnull) |
strMsg |
|
broadcase message for all attendees in the meeting.
- Parameters
-
- Returns
- the result of call the method.
◆ canStartBO
indicate that the bo can be start or not.
- Returns
- the result of call the method.
◆ ignoreUserHelpRequest:
- (BOOL) ignoreUserHelpRequest: |
|
(NSString *_Nonnull) |
boUserId |
|
reply ignore for the help request from bo attendees
- Parameters
-
- Returns
- the result of call the method.
◆ inviteBOUserReturnToMainSession:
- (BOOL) inviteBOUserReturnToMainSession: |
|
(NSString *_Nonnull) |
boUserId |
|
Host invite user return to main session, When BO is started and user is in BO.
- Parameters
-
- Returns
- true indicates success, otherwise fail.
◆ joinBOByUserRequest:
- (BOOL) joinBOByUserRequest: |
|
(NSString *_Nonnull) |
boUserId |
|
join bo meeting for designated bo user id.
- Parameters
-
- Returns
- the result of call the method.
◆ startBO
start bo meeting which assigned.
- Returns
- start success or not
◆ stopBO
stop bo meeting which assigned.
- Returns
- stop success or not
◆ switchUser:toRunningBO:
- (BOOL) switchUser: |
|
(NSString *_Nonnull) |
boUserId |
toRunningBO: |
|
(NSString *_Nonnull) |
boId |
|
|
| |
switch a user to a new started bo meeting.
- Parameters
-
boUserId | the BO user id. |
boId | the BO id. |
- Returns
- the result of call the method.