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()
Assembly: cs.temp.dll.dll
Syntax
Methods
CreateAudioAnalyser(Track, Nullable<AudioAnalyserOptions>)
Declaration
public static AudioAnalyser CreateAudioAnalyser(Track track, AudioAnalyserOptions? options = null)
Parameters
Returns
CreateLocalAudioTrack(Nullable<AudioCaptureOptions>)
Declaration
public static JSPromise<LocalAudioTrack> CreateLocalAudioTrack(AudioCaptureOptions? options = null)
Parameters
Returns
CreateLocalScreenTracks(Nullable<ScreenShareCaptureOptions>)
Declaration
public static JSPromise<JSArray<LocalTrack>> CreateLocalScreenTracks(ScreenShareCaptureOptions? options = null)
Parameters
Returns
CreateLocalTracks(Nullable<CreateLocalTracksOptions>)
Declaration
public static JSPromise<JSArray<LocalTrack>> CreateLocalTracks(CreateLocalTracksOptions? options = null)
Parameters
Returns
CreateLocalVideoTrack(Nullable<VideoCaptureOptions>)
Declaration
public static JSPromise<LocalVideoTrack> CreateLocalVideoTrack(VideoCaptureOptions? options = null)
Parameters
Returns
SetLogLevel(LogLevel)
Declaration
public static void SetLogLevel(LogLevel level)
Parameters