Meeting SDK for macOS API 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 |
Represents a user's audio connection status and audio type in the meeting.
Definition at line 242 of file ZoomSDKMeetingActionController.h.
- (ZoomSDKAudioStatus) getStatus |
Get the status of the audio.
- (ZoomSDKAudioType) getType |
Get the audio type of the user.
- (unsigned int) getUserID |
Get the user ID.
|
protected |
Definition at line 245 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 246 of file ZoomSDKMeetingActionController.h.
|
protected |
Definition at line 244 of file ZoomSDKMeetingActionController.h.