Class LocalAudioTrack
Inheritance
System.Object
LocalAudioTrack
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 LocalAudioTrack : LocalTrack, IAudioTrack, ITrack
Methods
RestartTrack(Nullable<AudioCaptureOptions>)
Declaration
public JSPromise RestartTrack(AudioCaptureOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<AudioCaptureOptions> | options |
Returns
Type | Description |
---|---|
JSPromise |
SetDeviceId(String)
Declaration
public JSPromise SetDeviceId(string deviceId)
Parameters
Type | Name | Description |
---|---|---|
System.String | deviceId |
Returns
Type | Description |
---|---|
JSPromise |