Type alias SignalingUrl

SignalingUrl: {
    host?: string;
    path?: string;
    protocol?: string;
}

Type declaration

  • Optional host?: string

    Host of the websocket server Default is "localhost:5002"

  • Optional path?: string

    Path of the websocket server Default is "/socket/peer/websocket"

  • Optional protocol?: string

    Protocol of the websocket server Default is "ws"