Members
broadcasts :Array.<VoiceBroadcast>
Active voice broadcasts that have been created
Type:
- Array.<VoiceBroadcast>
(readonly) client :Client
The client that instantiated this voice manager
Type:
connections :Collection.<Snowflake, VoiceConnection>
A collection mapping connection IDs to the Connection objects
Type:
- Collection.<Snowflake, VoiceConnection>
Methods
createBroadcast() → {VoiceBroadcast}
Creates a voice broadcast.
Returns:
- Type
- VoiceBroadcast
(private) joinChannel(channel) → {Promise.<VoiceConnection>}
Sets up a request to join a voice channel.
Parameters:
Name | Type | Description |
---|---|---|
channel |
VoiceChannel | The voice channel to join |
Returns:
- Type
- Promise.<VoiceConnection>