Skip to main content
The CometChat Calls SDK uses the addEventListener method to subscribe to call events for the call lifecycle, participants, media state, and real-time updates.

addEventListener

For more granular control, use CometChatCalls.addEventListener() to subscribe to specific events:

Session Status Events

Media Events

Participant Events

Button Click Events

Layout Events

Participant Object

The participant object contains:

Complete Example