Class TransceiverInitSettings
Settings to create a new transceiver wrapper.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class TransceiverInitSettings : object
Fields
| Improve this Doc View SourceInitialDesiredDirection
Initial value of DesiredDirection.
Declaration
public Transceiver.Direction InitialDesiredDirection
Field Value
Type | Description |
---|---|
Transceiver.Direction |
Name
Transceiver name, for logging and debugging.
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
StreamIDs
List of stream IDs to associate the transceiver with.
Declaration
public List<string> StreamIDs
Field Value
Type | Description |
---|---|
List<String> |