|
Video SDK for iOS API Reference
|
Custom external share audio source interface. More...
#include <ZoomVideoSDKDelegate.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onStartSendAudio: |
| Callback event when audio source should start sending raw data. | |
| (void) | - onStopSendAudio |
| Callback event when audio source should stop sending raw data. | |
Custom external share audio source interface.
Definition at line 840 of file ZoomVideoSDKDelegate.h.
|
optional |
Callback event when audio source should start sending raw data.
| sender | The object of ZoomVideoSDKShareAudioSender to send share source. |
|
optionalrequired |
Callback event when audio source should stop sending raw data.