Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingUserInfo.h File Reference

User information and participant data structures. More...

import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  MobileRTCVideoStatus
 A class that contains video status of the current user in the meeting. More...
 
class  MobileRTCAudioStatus
 A class that contains audio status of the current user in the meeting. More...
 
class  MobileRTCVirtualNameTag
 A class that represents a virtual name tag. More...
 
class  MobileRTCGrantCoOwnerAssetsInfo
 A class that 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
 A class that contains information of the current user in the meeting. More...
 
class  MobileRTCMeetingWebinarAttendeeInfo
 A class that contains information of a 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...
 

Detailed Description

User information and participant data structures.

Definition in file MobileRTCMeetingUserInfo.h.

Enumeration Type Documentation

◆ 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.