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

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

#include <zoom_video_sdk_def.h>

Public Attributes

unsigned int timeoutInterval = 0
 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 572 of file zoom_video_sdk_def.h.

Member Data Documentation

◆ timeoutInterval

unsigned int ZoomVideoSDKPreJoinParam::timeoutInterval = 0

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

Definition at line 575 of file zoom_video_sdk_def.h.