Search Results for

    Show / Hide Table of Contents

    Class RtcpDataChannelSignallingActivation

    An RTCP Data Channel Signalling Activation.

    Inheritance
    System.Object
    RtcpDataChannelSignallingActivation
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class RtcpDataChannelSignallingActivation : object

    Constructors

    RtcpDataChannelSignallingActivation()

    Initializes a new instance of the RtcpDataChannelSignallingActivation class.

    Declaration
    public RtcpDataChannelSignallingActivation()

    RtcpDataChannelSignallingActivation(String[])

    Initializes a new instance of the RtcpDataChannelSignallingActivation class.

    Declaration
    public RtcpDataChannelSignallingActivation(string[] supportedMessageTypes)
    Parameters
    Type Name Description
    System.String[] supportedMessageTypes

    Properties

    SupportedMessageTypes

    Gets or sets supported message types.

    Declaration
    public string[] SupportedMessageTypes { get; }
    Property Value
    Type Description
    System.String[]

    Methods

    DeserializeProperty(String, String)

    Deserializes a property from JSON.

    Declaration
    protected virtual void DeserializeProperty(string key, string valueJson)
    Parameters
    Type Name Description
    System.String key

    The property key.

    System.String valueJson

    The property value in JSON format.

    FromJson(String)

    Deserializes an instance from JSON.

    Declaration
    public static RtcpDataChannelSignallingActivation FromJson(string activateInbandSignallingJson)
    Parameters
    Type Name Description
    System.String activateInbandSignallingJson

    The instance in JSON format.

    Returns
    Type Description
    RtcpDataChannelSignallingActivation

    The instance.

    SerializeProperties(Dictionary<String, String>)

    Serializes properties to JSON.

    Declaration
    protected virtual void SerializeProperties(Dictionary<string, string> jsonObject)
    Parameters
    Type Name Description
    Dictionary<System.String, System.String> jsonObject

    The JSON target.

    ToJson()

    Serializes this instance to JSON.

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    System.String

    ToJson(RtcpDataChannelSignallingActivation)

    Serializes an instance to JSON.

    Declaration
    public static string ToJson(RtcpDataChannelSignallingActivation activateInbandSignalling)
    Parameters
    Type Name Description
    RtcpDataChannelSignallingActivation activateInbandSignalling

    The instance.

    Returns
    Type Description
    System.String

    The instance in JSON format.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0