Meeting SDK for iOS API Reference
|
import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | MobileRTCVideoStatus |
The object of video status of the current user in the meeting. More... | |
class | MobileRTCAudioStatus |
The object of the audio status of the current user in the meeting. More... | |
class | MobileRTCVirtualNameTag |
Represents a virtual name tag. More... | |
class | MobileRTCGrantCoOwnerAssetsInfo |
This interface provides properties to specify and manage the privileges associated with different types of assets when assigning roles such as co-host or host in a meeting. More... | |
class | MobileRTCMeetingUserInfo |
The information of the current user in the meeting. More... | |
class | MobileRTCMeetingWebinarAttendeeInfo |
The information of user in the webinar. More... | |
Enumerations | |
enum | MobileRTCAudioType { MobileRTCAudioType_VoIP = 0 , MobileRTCAudioType_Telephony , MobileRTCAudioType_None } |
Enumeration of the type of a user's audio connection. More... | |
enum MobileRTCAudioType |
Enumeration of the type of a user's audio connection.
Enumerator | |
---|---|
MobileRTCAudioType_VoIP | Connected via VoIP (Voice over Internet Protocol). |
MobileRTCAudioType_Telephony | Connected via phone call. |
MobileRTCAudioType_None | Unknown audio connection type. |
Definition at line 34 of file MobileRTCMeetingUserInfo.h.