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

Instance Methods

(NSString *_Nullable) - createBO:
 create a bo meeting. More...
 
(BOOL) - updateBO:name:
 update bo meeting name with bo id. More...
 
(BOOL) - removeBO:
 remove a bo meeting. More...
 
(BOOL) - assignUser:toBO:
 assign a user to a bo meeting. More...
 
(BOOL) - removeUser:fromBO:
 remove a user from a bo meeting. More...
 

Method Documentation

◆ assignUser:toBO:()

- (BOOL) assignUser: (NSString *_Nullable)  boUserId
toBO: (NSString *_Nullable)  boId 

assign a user to a bo meeting.

Returns
assign success or not

◆ createBO:()

- (NSString * _Nullable) createBO: (NSString *_Nullable)  boName

create a bo meeting.

Returns
bo meeting id.

◆ removeBO:()

- (BOOL) removeBO: (NSString *_Nullable)  boId

remove a bo meeting.

Returns
remove bo meting success or not

◆ removeUser:fromBO:()

- (BOOL) removeUser: (NSString *_Nullable)  boUserId
fromBO: (NSString *_Nullable)  boId 

remove a user from a bo meeting.

Returns
remove success or not

◆ updateBO:name:()

- (BOOL) updateBO: (NSString *_Nullable)  boId
name: (NSString *_Nullable)  boName 

update bo meeting name with bo id.

Returns
update success or not.

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