@cometchat/calls-sdk-react-native 4.1.0 → 4.1.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.
@@ -51,18 +51,6 @@ export declare class CometChatCalls {
51
51
  * @returns {void}
52
52
  */
53
53
  static endSession(): void;
54
- /**
55
- * Method to enter pip mode.
56
- * Note: This method is only supported on Android, It has no effect on iOS.
57
- * @returns {void}
58
- */
59
- static enterPipMode(): void;
60
- /**
61
- * Method to exit pip mode.
62
- * Note: This method is only supported on Android, It has no effect on iOS.
63
- * @returns {void}
64
- */
65
- static exitPipMode(): void;
66
54
  /**
67
55
  * Method to mute/unmute audio stream.
68
56
  * @param {boolean} muteAudio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/calls-sdk-react-native",
3
- "version": "4.1.0",
3
+ "version": "4.1.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",