Search Results for

    Show / Hide Table of Contents

    Class ConferenceType

    Defines valid SDP conference types.

    Inheritance
    System.Object
    ConferenceType
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public static class ConferenceType : object

    Properties

    Broadcast

    Gets the SDP conference type meaning "Broadcast", which should imply receive-only.

    Declaration
    public static string Broadcast { get; }
    Property Value
    Type Description
    System.String

    H332

    Gets the SDP conference type meaning "H332", which should imply receive-only and indicate that this loosely coupled session is part of an H.332 session.

    Declaration
    public static string H332 { get; }
    Property Value
    Type Description
    System.String

    Meeting

    Gets the SDP conference type meaning "Meeting", which should imply send-receive.

    Declaration
    public static string Meeting { get; }
    Property Value
    Type Description
    System.String

    Moderated

    Gets the SDP conference type meaning "Moderated", which 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.

    Declaration
    public static string Moderated { get; }
    Property Value
    Type Description
    System.String

    Test

    Gets the SDP conference type meaning "Test", which should imply that unless explicitly requested otherwise, receivers can safely avoid displaying this session description to users.

    Declaration
    public static string Test { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0