Class SfuUpstreamConnection
An SFU sending connection.
Inheritance
System.Object
SfuUpstreamConnection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class SfuUpstreamConnection : SfuConnection
Methods
DoCreateOfferMessage(SessionDescription)
Creates an offer message.
Declaration
protected override Message DoCreateOfferMessage(SessionDescription offer)
Parameters
Type | Name | Description |
---|---|---|
SessionDescription | offer | The offer. |
Returns
Type | Description |
---|---|
Message |
Overrides
DoCreateUseWebSocketServiceMessage()
Create the message to use web sockets for media
Declaration
protected override Message DoCreateUseWebSocketServiceMessage()
Returns
Type | Description |
---|---|
Message |
Overrides
IsMediaDirectionAllowed(String)
Gets a value indicating whether the given media direction is allowed for this connection.
Declaration
protected override bool IsMediaDirectionAllowed(string direction)
Parameters
Type | Name | Description |
---|---|---|
System.String | direction | The direction. |
Returns
Type | Description |
---|---|
System.Boolean |