Skip to content

Commit 515d12c

Browse files
v4.0.10
1 parent 6155351 commit 515d12c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CometChat.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4474,6 +4474,11 @@ export class CallController {
44744474
* @memberof CallController
44754475
*/
44764476
initiateCall(call: Call): Promise<Call>;
4477+
/**
4478+
* @internal
4479+
* Method to clear timer.
4480+
*/
4481+
clearTimer(): void;
44774482
/**
44784483
*End the onGoing call
44794484
*

CometChat.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cometchat/chat-sdk-javascript",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "A complete chat solution.",
55
"main": "CometChat.js",
66
"scripts": {

0 commit comments

Comments
 (0)