VoiceClientEventsAsk a question|Copy page|View as Markdown|More actionsEvents onCallReceived client.voice.listen({ onCallReceived: Callback }) Emitted when a call is received. Your event handler will be called with a Call object. Parameters callCallRequiredThe incoming Call object.