iOS SDK API 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. | |
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.
|
required |
Notify user to destroy the custom in-meeting UI.
|
required |
Notify user to create a custom in-meeting UI.