getVoiceConnections
Retrieves all the voice connections under the 'default' group.
declare function getVoiceConnections(group?: 'default'): Map<string, VoiceConnection>;declare function getVoiceConnections(group?: 'default'): Map<string, VoiceConnection>;| Name | Type | Optional | Description | 
|---|---|---|---|
| group | 'default' | Yes | The group to look up |