@cometchat/calls-sdk-react-native 4.0.3 → 4.0.4

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.
@@ -8,6 +8,10 @@ import { OngoingCallListener } from './Listner';
8
8
  import { PresenterSettings, PresenterSettingsBuilder } from './PresenterSettings';
9
9
  import { CallLog } from './CallLog';
10
10
  import { CallLogRequestBuilder } from './CometChatCallLogs';
11
+ import { CallUser } from "./CallUser";
12
+ import { CallGroup } from "./CallGroup";
13
+ import { Participant } from './Participant';
14
+ import { Recording } from './Recording';
11
15
  export declare class CometChatCalls {
12
16
  private static appSettings;
13
17
  private static inProgress;
@@ -34,6 +38,10 @@ export declare class CometChatCalls {
34
38
  static PresenterComponent: typeof CometChatPresenterComponent;
35
39
  static CallLogRequestBuilder: typeof CallLogRequestBuilder;
36
40
  static CallLog: typeof CallLog;
41
+ static CallUser: typeof CallUser;
42
+ static CallGroup: typeof CallGroup;
43
+ static Participant: typeof Participant;
44
+ static Recording: typeof Recording;
37
45
  static generateToken(sessionID: string, authToken: string): Promise<{
38
46
  token: string;
39
47
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cometchat/calls-sdk-react-native",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Cometchat React Native Calling component for iOS and Android",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",