Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKSessionContext Struct Reference

Data Fields

string sessionName
 
string sessionPassword
 
string userName
 
string token
 
ZMVideoSDKVideoOption videoOption
 
ZMVideoSDKAudioOption audioOption
 
uint sessionIdleTimeoutMins
 

Detailed Description

Definition at line 47 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ audioOption

ZMVideoSDKAudioOption ZMVideoSDKSessionContext.audioOption

Definition at line 58 of file ZMVideoSDKStructs.cs.

◆ sessionIdleTimeoutMins

uint ZMVideoSDKSessionContext.sessionIdleTimeoutMins

Definition at line 59 of file ZMVideoSDKStructs.cs.

◆ sessionName

string ZMVideoSDKSessionContext.sessionName

Definition at line 50 of file ZMVideoSDKStructs.cs.

◆ sessionPassword

string ZMVideoSDKSessionContext.sessionPassword

Definition at line 52 of file ZMVideoSDKStructs.cs.

◆ token

string ZMVideoSDKSessionContext.token

Definition at line 56 of file ZMVideoSDKStructs.cs.

◆ userName

string ZMVideoSDKSessionContext.userName

Definition at line 54 of file ZMVideoSDKStructs.cs.

◆ videoOption

ZMVideoSDKVideoOption ZMVideoSDKSessionContext.videoOption

Definition at line 57 of file ZMVideoSDKStructs.cs.