Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CallHeader

    Call Headers can be used to pass custom data from a Sinch SDK client to another, or specified in an ICE response to be made available to the receiving client. Further, if Call Headers is specified they will be available in ICE and DICE events.

    interface CallHeader {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The call header key of the key value pair.

    value?: string

    The call header value of the key value pair.