CometChatCallAcceptedCallback typedef

CometChatCallAcceptedCallback = void Function(CometChatCallDetails callDetails)

Callback invoked when the user accepts an incoming call from the default call screen.

Implementation

typedef CometChatCallAcceptedCallback =
    void Function(CometChatCallDetails callDetails);