WebSocketAudioEncoding
Available audio encoding formats to pass to 'encoding'. Can be passed throw the SendMediaParameters.encoding parameter. The default value is 'PCM8'. Add the following line to your scenario code to use the enum:
require(Modules.WebSocket);
Constants
ALAW
A-law algorithm, 8kHz.
OPUS
Codec for audio/ogg and audio/opus MIME types, 48kHz.
PCM16
Pulse-code modulation, 16kHz.
PCM8
Pulse-code modulation, 8kHz.
ULAW
μ-law algorithm, 8kHz.