URLPlaybackParameters
Avatar voice channel URL playback parameters. Can be passed via the VoiceChannelParameters.playback parameter.
Has a similar interface to URLPlayerSegment.
Props
allowPlaybackInterruption
allowPlaybackInterruption: boolean
Optional. Whether to enable the playback interruption. The default value is false.
NOTE: the segment with 'allowPlaybackInterruption' parameter should be always followed by another segment eligible for playback interruption or should be the last segment.
url
url: string
Url of an audio file. Supported formats are: mp3, ogg, flac, and wav (mp3, speex, vorbis, flac, and wav codecs respectively). Maximum file size is 10 Mb.