Table of Contents

Class DataTrackOptions

Namespace
LiveKit

Options for publishing a data track.

public class DataTrackOptions
Inheritance
DataTrackOptions
Inherited Members
Extension Methods

Constructors

DataTrackOptions(string)

public DataTrackOptions(string name)

Parameters

name string

Properties

Name

The track name is used to identify the track to other participants. Must not be empty and must be unique per publisher.

public string Name { get; set; }

Property Value

string