C# Class ADL.ConnectionDescription

Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Properties

Property Type Description
authDetails AuthDetails
autopublishAudio bool
autopublishVideo bool
scopeId string
url string
videoStream VideoStreamDescription

Public Methods

Method Description
ConnectionDescription ( ) : System

Private Methods

Method Description
lowercaseBool ( bool a ) : string
toJSON ( ) : string
toNative ( ) : ADLConnectionDescription

Method Details

ConnectionDescription() public method

public ConnectionDescription ( ) : System
return System

Property Details

authDetails public property

public AuthDetails,ADL authDetails
return AuthDetails

autopublishAudio public property

public bool autopublishAudio
return bool

autopublishVideo public property

public bool autopublishVideo
return bool

scopeId public property

public string scopeId
return string

url public property

public string url
return string

videoStream public property

public VideoStreamDescription,ADL videoStream
return VideoStreamDescription