|
Meeting SDK for iOS API Reference
|
Delegate protocol for handling meeting events and notifications. More...
import <Foundation/Foundation.h>import <MobileRTC/MobileRTCVideoRawData.h>import <MobileRTC/MobileRTCAudioRawData.h>import <MobileRTC/MobileRTCBORole.h>import <MobileRTC/MobileRTCReturnToMainSessionHandler.h>import <MobileRTC/MobileRTCPreProcessRawData.h>import <MobileRTC/MobileRTCAudioSender.h>import <MobileRTC/MobileRTCVideoSender.h>import <MobileRTC/MobileRTCShareSender.h>import <MobileRTC/MobileRTCVideoCapabilityItem.h>import <MobileRTC/MobileRTCLiveTranscriptionLanguage.h>import <MobileRTC/MobileRTCRawLiveStreamInfo.h>import <MobileRTC/MobileRTCRequestRawLiveStreamPrivilegeHandler.h>import <MobileRTC/MobileRTCShareAudioSender.h>import <MobileRTC/MobileRTCMeetingChat.h>import <MobileRTC/MobileRTCWebinarInputScreenNameHandler.h>import <MobileRTC/MobileRTCArchiveConfrimHandle.h>Go to the source code of this file.
Classes | |
| protocol | <MobileRTCMeetingServiceDelegate> |
| Delegate containing callbacks related to meeting state updates. More... | |
| protocol | <MobileRTCCustomizedUIMeetingDelegate> |
| The class that conform to the MobileRTCCustomizedUIMeetingDelegate protocol can provide methods for tracking the In-Meeting Event and determining policy for each event. More... | |
| protocol | <MobileRTCVideoRawDataDelegate> |
| This class is used to receive video raw data. More... | |
| protocol | <MobileRTCAudioRawDataDelegate> |
| Receive audio raw data. More... | |
| protocol | <MobileRTCAudioSourceDelegate> |
| Send your own raw audio data. More... | |
| protocol | <MobileRTCPreProcessorDelegate> |
| Preprocess raw data data before rendering. More... | |
| protocol | <MobileRTCVideoSourceDelegate> |
| Send your own raw video data. More... | |
| protocol | <MobileRTCShareSourceDelegate> |
| Send your own share raw data. More... | |
| protocol | <MobileRTCShareAudioSourceDelegate> |
| Callback interface for external share audio source. More... | |
| protocol | <MobileRTCSMSServiceDelegate> |
| Retrieve and verify SMS. More... | |
Delegate protocol for handling meeting events and notifications.
Definition in file MobileRTCMeetingDelegate.h.