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

    Interface Channel

    Represents a Channel. It will hold either an id or a number, depending on the Channel, but never both of them.

    interface Channel {
        get id(): Nullable<string>;
        get number(): Nullable<string>;
    }
    Index
    • get id(): Nullable<string>

      Returns Nullable<string>

    • get number(): Nullable<string>

      Returns Nullable<string>