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

    Interface DestinationStream

    Specifies where to route the Stream call.

    interface DestinationStream {
        endpoint: string;
        type: string;
    }
    Index

    Properties

    Properties

    endpoint: string

    The Stream/Websocket server address.

    type: string

    This attribute defines the streaming protocol - currently only Websocket is supported.