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 427 of file zoom_video_sdk_def.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKVideoOption()

ZoomVideoSDKVideoOption::ZoomVideoSDKVideoOption ( )
inline

Definition at line 434 of file zoom_video_sdk_def.h.

435 {
436 localVideoOn = true;
437 }
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 433 of file zoom_video_sdk_def.h.

Referenced by ZoomVideoSDKVideoOption().