Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKUserAudioStatus Class Reference

ZOOM SDK audio information. More...

#import <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Instance Methods

(unsigned int) - getUserID
 Get the user ID.
 
(ZoomSDKAudioStatus- getStatus
 Get the status of the audio.
 
(ZoomSDKAudioType- getType
 Get the audio type of the user.
 

Protected Attributes

unsigned int _userID
 
ZoomSDKAudioStatus _status
 
ZoomSDKAudioType _type
 

Detailed Description

ZOOM SDK audio information.

Definition at line 199 of file ZoomSDKMeetingActionController.h.

Method Documentation

◆ getStatus

- (ZoomSDKAudioStatus) getStatus

Get the status of the audio.

Returns
The audio status.

◆ getType

- (ZoomSDKAudioType) getType

Get the audio type of the user.

Returns
The audio type.

◆ getUserID

- (unsigned int) getUserID

Get the user ID.

Returns
If the function succeeds, it will return user ID.

Field Documentation

◆ _status

- (ZoomSDKAudioStatus) _status
protected

Definition at line 202 of file ZoomSDKMeetingActionController.h.

◆ _type

- (ZoomSDKAudioType) _type
protected

Definition at line 203 of file ZoomSDKMeetingActionController.h.

◆ _userID

- (unsigned int) _userID
protected

Definition at line 201 of file ZoomSDKMeetingActionController.h.