@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface Leg

    Represents the Leg of a Voice Call

    interface Leg {
        get conversationId(): string;
        get direction(): string;
        get endTime(): string;
        get from(): LegChannelJS;
        get id(): string;
        get mediaState(): Nullable<MediaStateJS>;
        get startTime(): string;
        get status(): string;
        get to(): LegChannelJS;
        get type(): string;
    }
    Index
    • get conversationId(): string

      Returns string

    • get direction(): string

      Returns string

    • get endTime(): string

      Returns string

    • get from(): LegChannelJS

      Returns LegChannelJS

    • get id(): string

      Returns string

    • get mediaState(): Nullable<MediaStateJS>

      Returns Nullable<MediaStateJS>

    • get startTime(): string

      Returns string

    • get status(): string

      Returns string

    • get to(): LegChannelJS

      Returns LegChannelJS

    • get type(): string

      Returns string