Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKInitParams Class Reference

Data Fields

string domain = "https://zoom.us"
 
string logFilePrefix = "ZoomVideoSDK"
 
bool enableLog = false
 
bool enableFullHD = false
 
ZMVideoSDKRawDataMemoryMode audioRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap
 
ZMVideoSDKRawDataMemoryMode videoRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap
 
ZMVideoSDKRawDataMemoryMode shareRawDataMemoryMode = ZMVideoSDKRawDataMemoryMode.ZMVideoSDKRawDataMemoryMode_Heap
 
string teamIdentifier
 
ZMVideoSDKExtendParams extendParams
 

Detailed Description

Definition at line 11 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ audioRawDataMemoryMode

Definition at line 17 of file ZMVideoSDKStructs.cs.

◆ domain

string ZMVideoSDKInitParams.domain = "https://zoom.us"

Definition at line 13 of file ZMVideoSDKStructs.cs.

◆ enableFullHD

bool ZMVideoSDKInitParams.enableFullHD = false

Definition at line 16 of file ZMVideoSDKStructs.cs.

◆ enableLog

bool ZMVideoSDKInitParams.enableLog = false

Definition at line 15 of file ZMVideoSDKStructs.cs.

◆ extendParams

ZMVideoSDKExtendParams ZMVideoSDKInitParams.extendParams

Definition at line 21 of file ZMVideoSDKStructs.cs.

◆ logFilePrefix

string ZMVideoSDKInitParams.logFilePrefix = "ZoomVideoSDK"

Definition at line 14 of file ZMVideoSDKStructs.cs.

◆ shareRawDataMemoryMode

Definition at line 19 of file ZMVideoSDKStructs.cs.

◆ teamIdentifier

string ZMVideoSDKInitParams.teamIdentifier

Definition at line 20 of file ZMVideoSDKStructs.cs.

◆ videoRawDataMemoryMode

Definition at line 18 of file ZMVideoSDKStructs.cs.