@cometchat/chat-sdk-javascript 4.0.9 → 4.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CometChat.d.ts +5 -0
- package/CometChat.js +1 -1
- package/package.json +1 -1
package/CometChat.d.ts
CHANGED
|
@@ -4474,6 +4474,11 @@ export class CallController {
|
|
|
4474
4474
|
* @memberof CallController
|
|
4475
4475
|
*/
|
|
4476
4476
|
initiateCall(call: Call): Promise<Call>;
|
|
4477
|
+
/**
|
|
4478
|
+
* @internal
|
|
4479
|
+
* Method to clear timer.
|
|
4480
|
+
*/
|
|
4481
|
+
clearTimer(): void;
|
|
4477
4482
|
/**
|
|
4478
4483
|
*End the onGoing call
|
|
4479
4484
|
*
|