Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKPreJoinParam Class Reference

Pre-join parameters for the two-step join flow. More...

#include <ZoomVideoSDK.h>

Inherits NSObject.

Properties

NSUInteger timeoutInterval
 The prepare join wait time in seconds. 0 uses the SDK default.

Detailed Description

Pre-join parameters for the two-step join flow.

Note
When timeoutInterval is 0, the SDK defaults to 30 seconds. Valid non-zero values are 1 to 60 seconds.

Definition at line 220 of file ZoomVideoSDK.h.

Property Documentation

◆ timeoutInterval

- (NSUInteger) timeoutInterval
readwritenonatomicassign

The prepare join wait time in seconds. 0 uses the SDK default.

Definition at line 224 of file ZoomVideoSDK.h.