VoiceReceiver
declare class VoiceReceiver declare class VoiceReceiver Attaches to a VoiceConnection, allowing you to receive audio packets from other users that are speaking.
constructor(voiceConnection)
Constructs a new instance of the
VoiceReceiver class| Name | Type | Optional | Description |
|---|---|---|---|
| voiceConnection | VoiceConnection | No | None |
Readonly
The speaking map of the receiver.
Readonly
Maps SSRCs to Discord user ids.
Readonly
The current audio subscriptions of this receiver.
Readonly
The attached connection of this receiver.
Creates a subscription for the given user id.
| Name | Type | Optional | Description |
|---|---|---|---|
| userId | string | No | None |
| options | Partial<AudioReceiveStreamOptions> | Yes | None |