Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCBOUser Class Reference

Interface for user in Breakout Room. More...

#include <MobileRTCBORole.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getUserId
 Get bo meeting user id.
 
(NSString *_Nullable) - getUserName
 Get bo meeting user name.
 

Detailed Description

Interface for user in Breakout Room.

Definition at line 29 of file MobileRTCBORole.h.

Method Documentation

◆ getUserId

- (NSString *_Nullable) getUserId

Get bo meeting user id.

◆ getUserName

- (NSString *_Nullable) getUserName

Get bo meeting user name.