WebSocketParameters
WebSocket parameters. Can be passed as arguments to the VoxEngine.createWebSocket method.
Props
headers
headers: {name: string, value: string}[]
Optional. List of dictionaries with key and value fields representing headers.
protocols
protocols: string
| string[]
Optional. Either a single protocol string or an array of protocol strings. The default value is chat.
statistics
statistics: false
| undefined
| true
Optional. Enables statistics functionality.
trace
trace: false
| undefined
| true
Optional. Enables trace functionality.