An interface that handles a virtual audio microphone.
More...
#include <ZoomVideoSDKDelegate.h>
Inherits <NSObject>.
|
(void) | - onMicInitialize: |
| Callback for virtual audio microphone initialization.
|
|
(void) | - onMicStartSend |
| Callback for microphone to start sending raw data. For example, this could be sent if the user unmuted audio.
|
|
(void) | - onMicStopSend |
| Callback for microphone to stop sending raw data. For example, this could be sent if the user muted audio.
|
|
(void) | - onMicUninitialized |
| Callback sent when the microphone is uninitialized. For example, if the user left the session.
|
|
An interface that handles a virtual audio microphone.
Definition at line 583 of file ZoomVideoSDKDelegate.h.
◆ onMicInitialize:
Callback for virtual audio microphone initialization.
- Parameters
-
◆ onMicStartSend
Callback for microphone to start sending raw data. For example, this could be sent if the user unmuted audio.
◆ onMicStopSend
Callback for microphone to stop sending raw data. For example, this could be sent if the user muted audio.
◆ onMicUninitialized
- (void) onMicUninitialized |
|
|
|
|
optionalrequired |
Callback sent when the microphone is uninitialized. For example, if the user left the session.