Functions
Functions provided by discord-voip
Functions
createAudioPlayer
Creates a new AudioPlayer to be used.
createAudioResource
Creates an audio resource that can be played by audio players.
entersState
Allows a voice connection a specified amount of time to enter a given state, otherwise rejects with an error.
getGroups
Retrieves the map of group names to maps of voice connections. By default, all voice connections are created under the 'default' group.
getVoiceConnection
Finds a voice connection with the given guild id and group. Defaults to the 'default' group.
getVoiceConnections
Retrieves all the voice connections under the 'default' group.
joinVoiceChannel
Creates a VoiceConnection to a Discord voice channel.