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

    Interface LegChannel

    Represents a Leg Channel

    interface LegChannel {
        get number(): Nullable<string>;
        get type(): Nullable<string>;
        get user(): Nullable<string>;
    }
    Index
    • get number(): Nullable<string>

      Returns Nullable<string>

    • get type(): Nullable<string>

      Returns Nullable<string>

    • get user(): Nullable<string>

      Returns Nullable<string>