Video SDK for Windows API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoOption Struct Reference

Video option used by ZoomVideoSDKSessionContext. More...

#include <zoom_video_sdk_def.h>

Public Member Functions

 ZoomVideoSDKVideoOption ()
 

Data Fields

bool localVideoOn
 Indicates whether the local video should be turned on by default.
 

Detailed Description

Video option used by ZoomVideoSDKSessionContext.

Definition at line 487 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKVideoOption()

ZoomVideoSDKVideoOption::ZoomVideoSDKVideoOption ( )
inline

Definition at line 494 of file zoom_video_sdk_def.h.

495 {
496 localVideoOn = true;
497 }
bool localVideoOn
Indicates whether the local video should be turned on by default.

References localVideoOn.

Field Documentation

◆ localVideoOn

bool ZoomVideoSDKVideoOption::localVideoOn

Indicates whether the local video should be turned on by default.

Note
Default value is true.

Definition at line 493 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKVideoOption().