Currently, the default calling UI in CometChat does not feature a built-in timer. However, you have the option to implement and display your own timer view on top of the CometChat Calling UI.
To integrate a timer:
- Utilize the
onUserJoined()
callback within theonGoingCallListener
class to initiate and manage your timer functionality.
For further customization or assistance with implementing a timer view, please refer to our developer documentation or contact our support team for guidance.
Comments
0 commentsPlease sign in to leave a comment.