Skip to main content
Version: v2.10.1

Voice Receiver Events

warning

⚠️ These events are only emitted by a NodeLink node.

These events are fired when the NodeLink node emits its related events.

VoiceReceiverConnect

Emitted when a player's voice receiver connects.

Property Type Description Optional
playerPlayerPlayer this event applies to.

VoiceReceiverDisconnect

Emitted when a player's voice receiver disconnects.

Property Type Description Optional
playerPlayerPlayer this event applies to.

VoiceReceiverError

Emitted when a player's voice receiver encounters an error.

Property Type Description Optional
playerPlayerPlayer this event applies to.
errorErrorError this event applies to.

VoiceReceiverStartSpeaking

Emitted when a player's voice receiver starts speaking.

Property Type Description Optional
playerPlayerPlayer this event applies to.
dataunknownData this event applies to.

VoiceReceiverEndSpeaking

Emitted when a player's voice receiver stops speaking.

Property Type Description Optional
playerPlayerPlayer this event applies to.
dataunknownData this event applies to.