Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-release-ios-chat-uikit-v5-1-2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

CometChatCallEvents emits events when the logged-in user executes some action on a call object. It consists of the following events:
NameDescription
ccOutgoingCallThis event is triggered when the user initiates a voice/video call.
ccCallAcceptedThis event is triggered when the initiated call is accepted by the receiver.
ccCallRejectedThis event is triggered when the initiated call is rejected by the receiver.
ccCallEndedThis event is triggered when the initiated call successfully ends.