@cometchat/calls-sdk-javascript 4.1.3-beta.1 → 4.1.3-beta.3

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.
@@ -99,6 +99,7 @@ export declare class CometChatCalls {
99
99
  */
100
100
  static stopScreenShare(): void;
101
101
  static endSession(): void;
102
+ static switchCamera(): void;
102
103
  /**
103
104
  * Method to start call recording.
104
105
  * @returns {void}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/calls-sdk-javascript",
3
- "version": "4.1.3-beta.1",
3
+ "version": "4.1.3-beta.3",
4
4
  "description": "Cometchat's Javascript SDK for In-app Calling.",
5
5
  "main": "pack/index.js",
6
6
  "module": "pack/index.js",