Search Results for

    / fm / liveswitch / sdp / ConferenceType

    Class: ConferenceType

    liveswitch.sdp.ConferenceType

    Defines valid SDP conference types.

    Table of contents

    Constructors

    • constructor

    Methods

    • getTypeString
    • getBroadcast
    • getH332
    • getMeeting
    • getModerated
    • getTest

    Constructors

    constructor

    + new ConferenceType(): ConferenceType

    Returns: ConferenceType

    Methods

    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:9


    getBroadcast

    ▸ StaticgetBroadcast(): string

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

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:17


    getH332

    ▸ StaticgetH332(): string

    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.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:30


    getMeeting

    ▸ StaticgetMeeting(): string

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

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:42


    getModerated

    ▸ StaticgetModerated(): string

    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.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:56


    getTest

    ▸ StaticgetTest(): string

    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.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ConferenceType.ts:70

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