Class SfuConnection
An SFU connection.
Inheritance
System.Object
SfuConnection
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class SfuConnection : ServerConnection
Methods
DisableVideo(ConnectionConfig)
Disable this connections video in the connection config.
Declaration
protected abstract void DisableVideo(ConnectionConfig config)
Parameters
Type | Name | Description |
---|---|---|
ConnectionConfig | config |
EnableVideo(ConnectionConfig)
Enable this connection's video in the connection config.
Declaration
protected abstract void EnableVideo(ConnectionConfig config)
Parameters
Type | Name | Description |
---|---|---|
ConnectionConfig | config |
MetricMonitorOnStateChange(MetricMonitorStateChangeEventArgs)
Handles metric monitor state changes.
Declaration
protected override void MetricMonitorOnStateChange(MetricMonitorStateChangeEventArgs eventArgs)
Parameters
Type | Name | Description |
---|---|---|
MetricMonitorStateChangeEventArgs | eventArgs |