|
Meeting SDK for iOS API Reference
|
Delegate protocol for handling meeting events and notifications. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility. 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>import <MobileRTC/MobileRTCAppSignalPanelHandler.h>import <MobileRTC/MobileRTCJoinMeetingInfoHandler.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... | |
| protocol | <MobileRTCMeetingSettingsDelegate> |
| Delegate protocol for meeting settings events, including 3D avatar settings. More... | |
Delegate protocol for handling meeting events and notifications. The AI Companion brand has been retired. AI-powered features are now more deeply integrated throughout Zoom Workplace. Existing APIs and SDKs that reference AI Companion will continue to function as before to ensure backward compatibility.
Definition in file MobileRTCMeetingDelegate.h.