Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCNotificationServiceHelper.h File Reference
import <Foundation/Foundation.h>
import <MobileRTC/MobileRTCConstants.h>
import <MobileRTC/MobileRTCInMeetingDeviceInfo.h>
import <MobileRTC/MobileRTCPresenceHelper.h>

Go to the source code of this file.

Classes

class  MobileRTCTransferMeetingHandler
 Provides information and operation interface for the result of meeting transfer. More...
 
protocol  <MobileRTCNotificationServiceHelperDelegate>
 MobileRTCNotificationServiceHelperDelegate. More...
 
class  MobileRTCNotificationServiceHelper
 Helper for managing meeting transfer and presence features. More...
 

Enumerations

enum  MobileRTCTransferMeetingMode { MobileRTCTransferMeetingMode_None = 0 , MobileRTCTransferMeetingMode_Transfer , MobileRTCTransferMeetingMode_Companoin }
 Enumeration of meeting transfer modes. More...
 

Enumeration Type Documentation

◆ MobileRTCTransferMeetingMode

Enumeration of meeting transfer modes.

Enumerator
MobileRTCTransferMeetingMode_None 

For initialization.

MobileRTCTransferMeetingMode_Transfer 

Try to transfer meeting to current device.

MobileRTCTransferMeetingMode_Companoin 

Try to join meeting with companion mode.If the meeting is successfully joined, both video and audio will be unavailable.

Definition at line 17 of file MobileRTCNotificationServiceHelper.h.