Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKPreJoinParam Class Reference

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

#include <ZMVideoSDK.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 225 of file ZMVideoSDK.h.

Property Documentation

◆ timeoutInterval

- (NSUInteger) timeoutInterval
readwritenonatomicassign

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

Definition at line 229 of file ZMVideoSDK.h.