Video SDK for Linux 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 ()
 

Public Attributes

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

Detailed Description

Video option used by ZoomVideoSDKSessionContext.

Definition at line 464 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKVideoOption()

ZoomVideoSDKVideoOption::ZoomVideoSDKVideoOption ( )
inline

Definition at line 471 of file zoom_video_sdk_def.h.

472 {
473 localVideoOn = true;
474 }
bool localVideoOn
Indicates whether the local video should be turned on by default.

References localVideoOn.

Member Data Documentation

◆ localVideoOn

bool ZoomVideoSDKVideoOption::localVideoOn

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

Note
Default value is true.

Definition at line 470 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKVideoOption().