Class Client
Inheritance
System.Object
Client
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 Client
Methods
CreateLocalAudioTrack(Nullable<AudioCaptureOptions>)
Declaration
public static JSPromise<LocalAudioTrack> CreateLocalAudioTrack(AudioCaptureOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<AudioCaptureOptions> | options |
Returns
Type | Description |
---|---|
JSPromise<LocalAudioTrack> |
CreateLocalScreenTracks(Nullable<ScreenShareCaptureOptions>)
Declaration
public static JSPromise<JSArray<LocalTrack>> CreateLocalScreenTracks(ScreenShareCaptureOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<ScreenShareCaptureOptions> | options |
Returns
Type | Description |
---|---|
JSPromise<JSArray<LocalTrack>> |
CreateLocalTracks(Nullable<CreateLocalTracksOptions>)
Declaration
public static JSPromise<JSArray<LocalTrack>> CreateLocalTracks(CreateLocalTracksOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<CreateLocalTracksOptions> | options |
Returns
Type | Description |
---|---|
JSPromise<JSArray<LocalTrack>> |
CreateLocalVideoTrack(Nullable<VideoCaptureOptions>)
Declaration
public static JSPromise<LocalVideoTrack> CreateLocalVideoTrack(VideoCaptureOptions? options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<VideoCaptureOptions> | options |
Returns
Type | Description |
---|---|
JSPromise<LocalVideoTrack> |
SetLogLevel(LogLevel)
Declaration
public static void SetLogLevel(LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level |