Class DataTrackInfo
- Namespace
- LiveKit
Information about a published data track.
public sealed class DataTrackInfo
- Inheritance
-
DataTrackInfo
- Inherited Members
- Extension Methods
Properties
Name
Name of the track assigned by the publisher.
public string Name { get; }
Property Value
Sid
Unique track identifier assigned by the SFU.
public string Sid { get; }
Property Value
Remarks
This identifier may change if a reconnect occurs. Use Name if a stable identifier is needed.
UsesE2EE
Whether or not frames sent on the track use end-to-end encryption.
public bool UsesE2EE { get; }