Class ConferenceTypeAttribute
This specifies the type of the conference. Suggested values are "broadcast", "meeting", "moderated", "test", and "H332". "recvonly" should be the default for "type:broadcast" sessions, "type:meeting" should imply "sendrecv", and "type:moderated" should indicate the use of a floor control tool and that the media tools are started so as to mute new sites joining the conference.
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)
    
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class ConferenceTypeAttribute : AttributeConstructors
ConferenceTypeAttribute(String)
Initializes a new instance of the ConferenceTypeAttribute class.
Declaration
public ConferenceTypeAttribute(string conferenceType)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | conferenceType | The type of the conference. See ConferenceType for possible values. | 
Properties
ConferenceType
Gets or sets the type of the conference. See ConferenceType for possible values.
Declaration
public string ConferenceType { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
FromAttributeValue(String)
Initializes a new instance of the ConferenceTypeAttribute class.
Declaration
public static ConferenceTypeAttribute FromAttributeValue(string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | The attribute value. | 
Returns
| Type | Description | 
|---|---|
| ConferenceTypeAttribute | 
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()Returns
| Type | Description | 
|---|---|
| System.String |