|
Video SDK for MacOS API Reference
|
Zoom Video SDK user information. More...
#include <ZMVideoSDKUserHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getUserID |
| Gets the user's ID. | |
| (NSString *_Nullable) | - getCustomIdentity |
| Gets the user's custom identity. | |
| (NSString *_Nullable) | - getUserKey |
| Gets the user's key. | |
| (NSString *_Nullable) | - getUserName |
| Gets the user's name in the session. | |
| (NSString *_Nullable) | - getUserReference |
| Gets the user's reference. | |
| (ZMVideoSDKAudioStatus *_Nullable) | - getAudioStatus |
| Gets the user's audio status. | |
| (BOOL) | - isHost |
| Determines whether the user is the host. | |
| (BOOL) | - isManager |
| Determines whether the user is the manager. | |
| (ZMVideoSDKVideoStatisticInfo *_Nullable) | - getVideoStatisticInfo |
| Gets the user's video statistic information. | |
| (ZMVideoSDKShareStatisticInfo *_Nullable) | - getShareStatisticInfo |
| Gets the user's share statistic information. | |
| (ZMVideoSDKRawDataPipe *_Nullable) | - getVideoPipe |
| Gets the user's video pipe. | |
| (ZMVideoSDKVideoCanvas *_Nullable) | - getVideoCanvas |
| Gets the user's video canvas. | |
| (NSArray< ZMVideoSDKShareAction * > *_Nullable) | - getShareActionList |
| Gets the user's share-action list. | |
| (ZMVideoSDKRemoteCameraControlHelper *_Nullable) | - getRemoteCameraControlHelper |
| Gets the helper class instance to access the remote camera control. | |
| (NSArray< ZMVideoSDKRawDataPipe * > *_Nullable) | - getMultiCameraStreamList |
| Gets the user's multi-camera stream list. | |
| (BOOL) | - setUserVolume:isSharingAudio: |
| Sets the user's local volume. This does not affect how other participants hear the user. | |
| (BOOL) | - getUserVolume:isSharingAudio: |
| Gets user volume. | |
| (BOOL) | - canSetUserVolume: |
| Determines which audio to set, shared audio or microphone. | |
| (BOOL) | - setUserPlaybackVolume:isSharingAudio: |
| Sets the user's local volume. This does not affect how other participants hear the user. | |
| (BOOL) | - getUserPlaybackVolume:isSharingAudio: |
| Gets the local volume. | |
| (BOOL) | - canSetUserPlaybackVolume: |
| Checks whether to set the volume for shared audio or microphone. | |
| (unsigned int) | - getAudioLevel |
| Gets the current audio level of a remote user. | |
| (BOOL) | - hasIndividualRecordingConsent |
| Determines whether I agree to individual video recording. | |
| (ZMVideoSDKErrors) | - transferFile: |
| Sends file to current user object. | |
| (BOOL) | - isVideoSpotLighted |
| Check if user is spotlighted. | |
| (BOOL) | - isIncomingLiveStreamUser |
| Determines whether the user is incoming live stream user. | |
| (BOOL) | - isInSubSession |
| Determines whether the user is in a subsession. | |
| (ZMVideoSDKWhiteboardStatus) | - getWhiteboardStatus |
| Gets the user's whiteboard sharing status. | |
| (ZMVideoSDKNetworkStatus) | - getNetworkLevel: |
| Gets the network quality level of the specified data type for the user. | |
| (ZMVideoSDKNetworkStatus) | - getOverallNetworkLevel |
| Gets the user's overall network quality level. | |
Zoom Video SDK user information.
Definition at line 405 of file ZMVideoSDKUserHelper.h.
| - (BOOL) canSetUserPlaybackVolume: | (BOOL) | isShareAudio |
Checks whether to set the volume for shared audio or microphone.
| isShareAudio | YES to check if to set the shared audio's volume, NO to set the microphone's volume. |
| - (BOOL) canSetUserVolume: | (BOOL) | isShareAudio |
Determines which audio to set, shared audio or microphone.
| isShareAudio | YES to check whether to set the shared audio's volume, NO to set the microphone's volume. |
| - (unsigned int) getAudioLevel |
Gets the current audio level of a remote user.
| - (ZMVideoSDKAudioStatus *_Nullable) getAudioStatus |
Gets the user's audio status.
| - (NSString *_Nullable) getCustomIdentity |
Gets the user's custom identity.
| - (NSArray< ZMVideoSDKRawDataPipe * > *_Nullable) getMultiCameraStreamList |
Gets the user's multi-camera stream list.
| - (ZMVideoSDKNetworkStatus) getNetworkLevel: | (ZMVideoSDKDataType) | type |
Gets the network quality level of the specified data type for the user.
| type | The data type, such as audio, video, or share. |
| - (ZMVideoSDKNetworkStatus) getOverallNetworkLevel |
Gets the user's overall network quality level.
| - (ZMVideoSDKRemoteCameraControlHelper *_Nullable) getRemoteCameraControlHelper |
Gets the helper class instance to access the remote camera control.
| - (NSArray< ZMVideoSDKShareAction * > *_Nullable) getShareActionList |
Gets the user's share-action list.
| - (ZMVideoSDKShareStatisticInfo *_Nullable) getShareStatisticInfo |
Gets the user's share statistic information.
| - (NSString *_Nullable) getUserID |
Gets the user's ID.
| - (NSString *_Nullable) getUserKey |
Gets the user's key.
| - (NSString *_Nullable) getUserName |
Gets the user's name in the session.
| - (BOOL) getUserPlaybackVolume: | (float *) | volume | |
| isSharingAudio: | (BOOL) | isSharingAudio |
Gets the local volume.
| volume | The user volume. |
| isShareAudio | YES to get the volume of shared audio (such as shared computer audio), NO to get the microphone volume. |
| - (NSString *_Nullable) getUserReference |
Gets the user's reference.
| - (BOOL) getUserVolume: | (float *) | volume | |
| isSharingAudio: | (BOOL) | isSharingAudio |
Gets user volume.
| volume | The user volume. |
| isSharingAudio | YES to get the shared audio's volume (such as shared computer audio), NO to get the microphone's volume. |
| - (ZMVideoSDKVideoCanvas *_Nullable) getVideoCanvas |
Gets the user's video canvas.
| - (ZMVideoSDKRawDataPipe *_Nullable) getVideoPipe |
Gets the user's video pipe.
| - (ZMVideoSDKVideoStatisticInfo *_Nullable) getVideoStatisticInfo |
Gets the user's video statistic information.
| - (ZMVideoSDKWhiteboardStatus) getWhiteboardStatus |
Gets the user's whiteboard sharing status.
| - (BOOL) hasIndividualRecordingConsent |
Determines whether I agree to individual video recording.
| - (BOOL) isHost |
Determines whether the user is the host.
| - (BOOL) isIncomingLiveStreamUser |
Determines whether the user is incoming live stream user.
| - (BOOL) isInSubSession |
Determines whether the user is in a subsession.
| - (BOOL) isManager |
Determines whether the user is the manager.
| - (BOOL) isVideoSpotLighted |
Check if user is spotlighted.
| - (BOOL) setUserPlaybackVolume: | (float) | volume | |
| isSharingAudio: | (BOOL) | isSharingAudio |
Sets the user's local volume. This does not affect how other participants hear the user.
| volume | Value can between 0 and 10. If 0, the user won't hear the related audio. |
| isSharingAudio | YES to set the volume of shared audio (such as shared computer audio), NO to set the microphone volume. |
| - (BOOL) setUserVolume: | (float) | volume | |
| isSharingAudio: | (BOOL) | isSharingAudio |
Sets the user's local volume. This does not affect how other participants hear the user.
| volume | Value can be >= 0 and <=10. If volume is 0, the user won't be able to hear the related audio. |
| isSharingAudio | YES to set the shared audio's volume (such as shared computer audio), NO to set the microphone's volume. |
| - (ZMVideoSDKErrors) transferFile: | (NSString *) | filePath |
Sends file to current user object.
| filePath | The file's local path. |