@cometchat/calls-sdk-javascript 4.0.9 → 4.0.11

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.
@@ -0,0 +1 @@
1
+ /*! For license information please see index.js.LICENSE.txt */
@@ -176,5 +176,5 @@ export declare class CometChatCalls {
176
176
  * @returns A Promise that resolves to a CallLog object containing the call details.
177
177
  * @throws {CometChatCallsException} If there is an error retrieving the call details.
178
178
  */
179
- static getCallDetails(sessionID: string, authToken: string): Promise<CallLog>;
179
+ static getCallDetails(sessionID: string, authToken: string): Promise<Array<CallLog>>;
180
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/calls-sdk-javascript",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "description": "Cometchat's Javascript SDK for In-app Calling.",
5
5
  "main": "pack/index.js",
6
6
  "module": "pack/index.js",