|
Video SDK for iOS API Reference
|
A Class contains the session information. More...
#include <ZoomVideoSDK.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | sessionName |
| [Required] Session Name. | |
| NSString *_Nullable | sessionPassword |
| [Optional] Session Password. | |
| NSString *_Nullable | userName |
| [Required] User Name. | |
| NSString *_Nullable | token |
| [Required] JWT token to join session. | |
| NSInteger | sessionIdleTimeoutMins |
| [Optional] The amount of time in minutes after which an idle session will end. | |
| BOOL | enable5GHighBandWidth |
| [Optional] Whether to cancel the bandwidth limit, If YES is set, the network bandwidth is no longer limited, and better audio and video quality can be obtained.Bandwidth is not limited by default. If it is a wifi network, the bandwidth is not limited, and this setting is invalid. | |
| ZoomVideoSDKAudioOptions *_Nullable | audioOption |
| [Optional] Audio Option. | |
| ZoomVideoSDKVideoOptions *_Nullable | videoOption |
| [Optional] Video Option. | |
| id< ZoomVideoSDKVideoSource > _Nullable | externalVideoSourceDelegate |
| [Optional] Session external video source delegate. | |
| id< ZoomVideoSDKVideoSourcePreProcessor > _Nullable | preProcessorDelegate |
| [Optional] Session pre-processer delegate. | |
| id< ZoomVideoSDKVirtualAudioMic > _Nullable | virtualAudioMicDelegate |
| [Optional] Session external audio source delegate. | |
| id< ZoomVideoSDKVirtualAudioSpeaker > _Nullable | virtualAudioSpeakerDelegate |
| [Optional] Session virtual speaker. | |
| BOOL | autoLoadMutliStream |
| [Optional] Whether to automatically load multiple video streams when joining the session. | |
A Class contains the session information.
Definition at line 147 of file ZoomVideoSDK.h.
|
readwritenonatomicstrong |
[Optional] Audio Option.
Definition at line 176 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
[Optional] Whether to automatically load multiple video streams when joining the session.
Definition at line 206 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
[Optional] Whether to cancel the bandwidth limit, If YES is set, the network bandwidth is no longer limited, and better audio and video quality can be obtained.Bandwidth is not limited by default. If it is a wifi network, the bandwidth is not limited, and this setting is invalid.
Definition at line 172 of file ZoomVideoSDK.h.
|
readwritenonatomicweak |
[Optional] Session external video source delegate.
Definition at line 185 of file ZoomVideoSDK.h.
|
readwritenonatomicweak |
[Optional] Session pre-processer delegate.
Definition at line 190 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
[Optional] The amount of time in minutes after which an idle session will end.
Definition at line 168 of file ZoomVideoSDK.h.
|
readwritenonatomiccopy |
[Required] Session Name.
Definition at line 151 of file ZoomVideoSDK.h.
|
readwritenonatomiccopy |
[Optional] Session Password.
Definition at line 155 of file ZoomVideoSDK.h.
|
readwritenonatomiccopy |
[Required] JWT token to join session.
Definition at line 163 of file ZoomVideoSDK.h.
|
readwritenonatomiccopy |
[Required] User Name.
Definition at line 159 of file ZoomVideoSDK.h.
|
readwritenonatomicstrong |
[Optional] Video Option.
Definition at line 180 of file ZoomVideoSDK.h.
|
readwritenonatomicweak |
[Optional] Session external audio source delegate.
Definition at line 195 of file ZoomVideoSDK.h.
|
readwritenonatomicweak |
[Optional] Session virtual speaker.
Definition at line 200 of file ZoomVideoSDK.h.