Class LocalAudioTrackInitConfig
Settings for adding a local audio track backed by a local audio capture device (e.g. microphone).
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class LocalAudioTrackInitConfig : object
Fields
| Improve this Doc View SourcetrackName
Name of the track to create, as used for the SDP negotiation. This name needs to comply with the requirements of an SDP token, as described in the SDP RFC https://tools.ietf.org/html/rfc4566#page-43. In particular the name cannot contain spaces nor double quotes
"
.
The track name can optionally be empty, in which case the implementation will create a valid
random track name.
Declaration
public string trackName
Field Value
Type | Description |
---|---|
String |