View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
websocket.buffer_size
Default Value: 200
Valid Values: A number between 0 and 5000 inclusive, incremented by 20.
Changes Take Effect: Immediately
The duration of audio data (in milliseconds) that will be buffered before delivering it to the server.
Must be an integer in the range of 0 to 5000 milliseconds.
The value must be a multiple of 20, which is tipically the size of a single packet, otherwise, it will be rounded down.
Buffering will be disabled if value is set to 0.
Default value is 200 milliseconds.
Draft Option
No draft option