iOS SDK API Reference
Loading...
Searching...
No Matches
<MobileRTCCustomizedUIMeetingDelegate> Protocol Reference

The class that conform to the MobileRTCCustomizedUIMeetingDelegate protocol can provide methods for tracking the In-Meeting Event and determining policy for each event. @discussion The MobileRTCCustomizedUIMeetingDelegate protocol is required in the custom meeting UI view. More...

#import <MobileRTCMeetingDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onInitMeetingView
 Notify user to create a custom in-meeting UI.
 
(void) - onDestroyMeetingView
 Notify user to destroy the custom in-meeting UI.
 

Detailed Description

The class that conform to the MobileRTCCustomizedUIMeetingDelegate protocol can provide methods for tracking the In-Meeting Event and determining policy for each event. @discussion The MobileRTCCustomizedUIMeetingDelegate protocol is required in the custom meeting UI view.

Definition at line 1008 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onDestroyMeetingView

- (void) onDestroyMeetingView
required

Notify user to destroy the custom in-meeting UI.

◆ onInitMeetingView

- (void) onInitMeetingView
required

Notify user to create a custom in-meeting UI.