onCallEvent property

Stream<CometChatCallEvent> get onCallEvent

Stream of call events (accepted, declined, ended, incoming, timeoutEnded).

Emits CometChatCallEvent with the session ID and event type. Use this to coordinate with your call/media logic.

Implementation

static Stream<CometChatCallEvent> get onCallEvent =>
    _callEventController.stream;