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:
| Name | Description |
|---|---|
| ccOutgoingCall | This event is triggered when the user initiates a voice/video call. |
| ccCallAccepted | This event is triggered when the initiated call is accepted by the receiver. |
| ccCallRejected | This event is triggered when the initiated call is rejected by the receiver. |
| ccCallEnded | This event is triggered when the initiated call successfully ends. |