Class RtcpDataChannelSignallingActivation
An RTCP Data Channel Signalling Activation.
Inheritance
System.Object
    RtcpDataChannelSignallingActivation
  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 RtcpDataChannelSignallingActivationConstructors
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 | 
|---|---|---|
| System.Collections.Generic.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. |