getVoiceConnections (2)SummaryRetrieves all the voice connections under the given group name.export declare function getVoiceConnections(group: string): Map<string, VoiceConnection> | undefined;ParametersNameTypeOptionalDescriptiongroupstringNoThe group to look up