Class DataTrackSubscribeOptions
- Namespace
- LiveKit
Options for subscribing to a remote data track.
public class DataTrackSubscribeOptions
- Inheritance
-
DataTrackSubscribeOptions
- Inherited Members
- Extension Methods
Properties
BufferSize
Sets the maximum number of received frames buffered internally.
public uint? BufferSize { get; set; }
Property Value
- uint?
Remarks
Zero is not a valid buffer size; if a value of zero is provided, it will be clamped to one.
If there is already an active subscription for a given track, specifying a different buffer size when obtaining a new subscription will have no effect.