Meeting SDK for macOS API Reference
|
#include <ZoomSDKRawDataShareSourceController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onStartSendAudio: |
Callback for audio source to start sending raw data. | |
(void) | - onStopSendAudio |
Callback for audio source to stop sending audio raw data. | |
Definition at line 50 of file ZoomSDKRawDataShareSourceController.h.
- (void) onStartSendAudio: | (ZoomSDKShareAudioSender *_Nullable) | shareAudioSender |
Callback for audio source to start sending raw data.
shareAudioSender | The object of ZoomSDKShareAudioSender to send share audio source. |
- (void) onStopSendAudio |
Callback for audio source to stop sending audio raw data.