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

Represents a user's audio connection status and audio type in the meeting. More...

#include <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

Represents a user's audio connection status and audio type in the meeting.

Definition at line 242 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 245 of file ZoomSDKMeetingActionController.h.

◆ _type

- (ZoomSDKAudioType) _type
protected

Definition at line 246 of file ZoomSDKMeetingActionController.h.

◆ _userID

- (unsigned int) _userID
protected

Definition at line 244 of file ZoomSDKMeetingActionController.h.