An interface that handles the virtual audio speaker.
More...
#include <ZoomVideoSDKDelegate.h>
Inherits <NSObject>.
An interface that handles the virtual audio speaker.
Definition at line 668 of file ZoomVideoSDKDelegate.h.
◆ onVirtualSpeakerMixedAudioReceived:
Callback event when receiving the mixed audio raw data from the virtual speaker.
- Parameters
-
| rawData | The audio raw data. |
◆ onVirtualSpeakerOneWayAudioReceived:user:
Callback event when receiving the one way audio raw data of a selected user from the virtual speaker.
- Parameters
-
| rawData | The audio raw data. |
| user | The user whose audio raw data is received. |
◆ onVirtualSpeakerSharedAudioReceived:
Callback event when receiving the share audio raw data such as buffer, sampleRate, etc.
- Parameters
-
| rawData | The audio raw data. |