Meeting SDK for iOS 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. More...

#include <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.

Note
The MobileRTCCustomizedUIMeetingDelegate protocol is required in the custom meeting UI view.

Definition at line 1662 of file MobileRTCMeetingDelegate.h.

Method Documentation

◆ onDestroyMeetingView

- (void) onDestroyMeetingView
optionalrequired

Notify user to destroy the custom in-meeting UI.

◆ onInitMeetingView

- (void) onInitMeetingView
required

Notify user to create a custom in-meeting UI.