@cometchat/calls-sdk-react-native 4.0.0-beta1 → 4.0.1

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.
@@ -37,7 +37,7 @@ export declare class CometChatCalls {
37
37
  * Method end on-going call.
38
38
  * @returns {void}
39
39
  */
40
- static endCall(): void;
40
+ static endSession(): void;
41
41
  /**
42
42
  * Method to mute/unmute audio stream.
43
43
  * @param {boolean} muteAudio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/calls-sdk-react-native",
3
- "version": "4.0.0-beta1",
3
+ "version": "4.0.1",
4
4
  "description": "Cometchat React Native Calling component for iOS and Android",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",