|
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 |
| Gets the user ID. | |
| (ZoomSDKAudioStatus) | - getStatus |
| Gets the user's audio status. | |
| (ZoomSDKAudioType) | - getType |
| Gets the user's audio type. | |
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 |
Gets the user's audio status.
| - (ZoomSDKAudioType) getType |
Gets the user's audio type.
| - (unsigned int) getUserID |
Gets 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.