Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioDevice Class Reference

Represents an audio device used in the Zoom Video SDK. More...

#include <ZoomVideoSDKAudioHelper.h>

Inherits NSObject.

Instance Methods

(AVAudioSessionPort _Nullable) - getAudioSourceType
 Gets the audio device type.
 
(NSString *_Nullable) - getAudioName
 Get the audio device name.
 

Detailed Description

Represents an audio device used in the Zoom Video SDK.

Definition at line 13 of file ZoomVideoSDKAudioHelper.h.

Method Documentation

◆ getAudioName

- (NSString *_Nullable) getAudioName

Get the audio device name.

Returns
The audio device name.

◆ getAudioSourceType

- (AVAudioSessionPort _Nullable) getAudioSourceType

Gets the audio device type.

Returns
The audio device type. See AVAudioSessionPort