Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    Attribute
    ConferenceTypeAttribute
    Inherited Members
    Attribute.AttributeType
    Attribute.MultiplexingCategory
    Attribute.GetTypeName(Type)
    Attribute.IsSessionLevel(Type)
    Attribute.IsMediaLevel(Type)
    Attribute.CreateAttribute(String, String)
    Attribute.ToString()
    Attribute.Parse(String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class ConferenceTypeAttribute : Attribute

    Constructors

    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
    Overrides
    Attribute.GetAttributeValue()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0