Class ConnectionOptions
The ConnectionOptions class contains options that define how the application expects to join a conference in terms of media preference.
Inherited Members
Namespace: DolbyIO.Comms
Assembly: DolbyIO.Comms.Sdk.dll
Syntax
public class ConnectionOptions
Fields
| Improve this Doc View SourceConferenceAccessToken
The conference access token that is required to join a protected conference if the conference is created using the create REST API. While calling the join or listen method, the application has to externally fetch the token and provide it to the SDK.
Declaration
public string ConferenceAccessToken
Field Value
Type | Description |
---|---|
String | The conference access token. |
SpatialAudio
A boolean that enables spatial audio for the joining participant. This boolean must be set to true if spatial audio style is enabled. For more information, refer to our sample application code.
Declaration
public bool SpatialAudio
Field Value
Type | Description |
---|---|
Boolean | If true, spatial audio is enabled. |