Class LocalTrack
Inheritance
System.Object
LocalTrack
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: LiveKit
Assembly: cs.temp.dll.dll
Syntax
public class LocalTrack : Track, ITrack
Methods
GetDeviceId()
Declaration
public DeviceIdPromise GetDeviceId()
Returns
Type | Description |
---|---|
DeviceIdPromise |
GetDimensions()
Declaration
public TrackDimensions? GetDimensions()
Returns
Type | Description |
---|---|
System.Nullable<TrackDimensions> |
GetId()
Declaration
public string GetId()
Returns
Type | Description |
---|---|
System.String |
Mute()
Declaration
public JSPromise<LocalTrack> Mute()
Returns
Type | Description |
---|---|
JSPromise<LocalTrack> |
Unmute()
Declaration
public JSPromise<LocalTrack> Unmute()
Returns
Type | Description |
---|---|
JSPromise<LocalTrack> |