Skip to content

Commit

Permalink
v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mathews-cometchat committed Aug 28, 2024
1 parent 6155351 commit 515d12c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CometChat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4474,6 +4474,11 @@ export class CallController {
* @memberof CallController
*/
initiateCall(call: Call): Promise<Call>;
/**
* @internal
* Method to clear timer.
*/
clearTimer(): void;
/**
*End the onGoing call
*
Expand Down
2 changes: 1 addition & 1 deletion CometChat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cometchat/chat-sdk-javascript",
"version": "4.0.9",
"version": "4.0.10",
"description": "A complete chat solution.",
"main": "CometChat.js",
"scripts": {
Expand Down

0 comments on commit 515d12c

Please sign in to comment.