@cometchat/calls-sdk-react-native 4.0.4 → 4.0.6-beta1

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.
Files changed (42) hide show
  1. package/android/src/main/java/com/CometChatCalls/AudioModeModule.java +1 -1
  2. package/dist/CometChatErrorConstants.d.ts +124 -124
  3. package/dist/Constants.d.ts +721 -721
  4. package/dist/Helper copy.d.ts +1 -1
  5. package/dist/Helper.d.ts +7 -7
  6. package/dist/api/APIHandler.d.ts +42 -42
  7. package/dist/api/endpoints.d.ts +7 -7
  8. package/dist/api/helper.d.ts +69 -69
  9. package/dist/api/index.d.ts +2 -2
  10. package/dist/constants/CallConstants.d.ts +136 -136
  11. package/dist/constants/index.d.ts +1 -1
  12. package/dist/defaultCallsettings.d.ts +2 -2
  13. package/dist/index.d.ts +9 -9
  14. package/dist/index.js +7 -7
  15. package/dist/models/CallAppSettings.d.ts +42 -42
  16. package/dist/models/CallGroup.d.ts +14 -14
  17. package/dist/models/CallLog.d.ts +276 -276
  18. package/dist/models/CallLogFilterParams.d.ts +97 -97
  19. package/dist/models/CallSettings.d.ts +316 -316
  20. package/dist/models/CallUser.d.ts +14 -14
  21. package/dist/models/CometChatCallLogs.d.ts +193 -193
  22. package/dist/models/CometChatCalls.d.ts +110 -110
  23. package/dist/models/CometChatCallsComponent.d.ts +13 -13
  24. package/dist/models/CometChatCallsComponentCore.d.ts +18 -18
  25. package/dist/models/CometChatCallsException.d.ts +7 -7
  26. package/dist/models/CometChatPresenterComponent.d.ts +13 -13
  27. package/dist/models/ErrorModel.d.ts +11 -11
  28. package/dist/models/Listner.d.ts +64 -64
  29. package/dist/models/ListnerHandler.d.ts +10 -10
  30. package/dist/models/MessageComponent.d.ts +7 -7
  31. package/dist/models/Participant.d.ts +184 -184
  32. package/dist/models/PresenterSettings.d.ts +194 -194
  33. package/dist/models/RTCUser.d.ts +18 -18
  34. package/dist/models/Recording.d.ts +86 -86
  35. package/dist/models/index.d.ts +9 -9
  36. package/dist/types/ICallAppSettings.d.ts +6 -6
  37. package/dist/types/ICallSettings.d.ts +60 -60
  38. package/dist/types/RTCUser.d.ts +6 -6
  39. package/dist/types/callEvents.d.ts +53 -53
  40. package/dist/types/common.d.ts +17 -17
  41. package/dist/types/index.d.ts +2 -2
  42. package/package.json +1 -1
@@ -1,194 +1,194 @@
1
- import { OngoingCallListener } from './Listner';
2
- import { CallConstants } from '../Constants';
3
- export declare class PresenterSettings {
4
- static readonly POSITION_TOP_LEFT = "top-left";
5
- static readonly POSITION_TOP_RIGHT = "top-right";
6
- static readonly POSITION_BOTTOM_LEFT = "bottom-left";
7
- static readonly POSITION_BOTTOM_RIGHT = "bottom-right";
8
- static readonly ASPECT_RATIO_DEFAULT = "default";
9
- static readonly ASPECT_RATIO_CONTAIN = "contain";
10
- static readonly ASPECT_RATIO_COVER = "cover";
11
- static readonly POSITION: {
12
- readonly TOP_LEFT: "top-left";
13
- readonly TOP_RIGHT: "top-right";
14
- readonly BOTTOM_LEFT: "bottom-left";
15
- readonly BOTTOM_RIGHT: "bottom-right";
16
- };
17
- static readonly ASPECT_RATIO: {
18
- readonly DEFAULT: "default";
19
- readonly CONTAIN: "contain";
20
- readonly COVER: "cover";
21
- };
22
- private defaultLayout;
23
- private isAudioOnly;
24
- private isPresenter;
25
- private listener;
26
- private ShowEndCallButton;
27
- private ShowSwitchCameraButton;
28
- private ShowMuteAudioButton;
29
- private ShowPauseVideoButton;
30
- private ShowAudioModeButton;
31
- private StartAudioMuted;
32
- private StartVideoMuted;
33
- private defaultAudioMode;
34
- private ShowRecordingButton;
35
- constructor(builder: PresenterSettingsBuilder);
36
- isAudioOnlyCall(): boolean;
37
- getIsPresenter(): boolean;
38
- isDefaultLayoutEnabled(): boolean;
39
- getCallEventListener(): OngoingCallListener;
40
- isEndCallButtonEnabled(): boolean;
41
- isSwitchCameraButtonEnabled(): boolean;
42
- isMuteAudioButtonEnabled(): boolean;
43
- isPauseVideoButtonEnabled(): boolean;
44
- isAudioModeButtonEnabled(): boolean;
45
- getStartWithAudioMuted(): boolean;
46
- getStartWithVideoMuted(): boolean;
47
- getDefaultAudioMode(): string;
48
- isRecordingButtonEnabled(): boolean;
49
- }
50
- export declare class PresenterSettingsBuilder {
51
- /** @private */ defaultLayout: boolean;
52
- /** @private */ isAudioOnly: boolean;
53
- /** @private */ isPresenter: boolean;
54
- /** @private */ listener: OngoingCallListener;
55
- /** @private */ ShowEndCallButton: boolean;
56
- /** @private */ ShowSwitchCameraButton: boolean;
57
- /** @private */ ShowMuteAudioButton: boolean;
58
- /** @private */ ShowPauseVideoButton: boolean;
59
- /** @private */ ShowAudioModeButton: boolean;
60
- /** @private */ StartAudioMuted: boolean;
61
- /** @private */ StartVideoMuted: boolean;
62
- /** @private */ defaultAudioMode: typeof CallConstants.AUDIO_MODE[keyof typeof CallConstants.AUDIO_MODE];
63
- /** @private */ ShowRecordingButton: boolean;
64
- /**
65
- *
66
- * @param {boolean} defaultLayout
67
- * This methods shows/hides the default button layout.
68
- * If set to true the default button layout will be shown.
69
- * If set to false the default button layout will be hidden.
70
- * Default value is true
71
- * @returns
72
- */
73
- enableDefaultLayout(defaultLayout: boolean): this;
74
- /**
75
- *
76
- * @param {boolean} isAudioOnly
77
- * This methods sets the type(audio/video) of the call.
78
- * If set to true, the call will be strictly an audio call.
79
- * If set to false, the call will be an audio-video call.
80
- * Default value is false
81
- * @returns
82
- */
83
- setIsAudioOnlyCall(isAudioOnly: boolean): this;
84
- /**
85
- *
86
- * @param {boolean} isPresenter
87
- * This methods sets if the user is a presenter.
88
- * If set to true, the user will be a presenter (allowed to share video/audio).
89
- * If set to false, the user will not be a presenter (restricted).
90
- * Default value is false
91
- * @returns
92
- */
93
- setIsPresenter(isPresenter: boolean): this;
94
- /**
95
- *
96
- * @param {OngoingCallListener} listener
97
- * This method sets the call event listener.
98
- * @returns
99
- */
100
- setCallEventListener(listener: OngoingCallListener): this;
101
- /**
102
- *
103
- * @param {boolean} showEndCallButton
104
- * This method shows/hides the end call button.
105
- * If set to true it will display the end call button.
106
- * If set to false it will hide the end call button.
107
- * Default value is true.
108
- * @returns
109
- */
110
- showEndCallButton(showEndCallButton?: boolean): this;
111
- /**
112
- *
113
- * @param {boolean} showSwitchCameraButton
114
- * This method shows/hides the switch camera button.
115
- * If set to true it will display the switch camera button.
116
- * If set to false it will hide the switch camera button.
117
- * Note: For video call it remains hidden regardless of its value.
118
- * Default value is true.
119
- * @returns
120
- */
121
- showSwitchCameraButton(showSwitchCameraButton?: boolean): this;
122
- /**
123
- *
124
- * @param {boolean} showMuteAudioButton
125
- * This method shows/hides the mute audio button.
126
- * If set to true it will display the mute audio button.
127
- * If set to false it will hide the mute audio button.
128
- * Default value is true.
129
- * @returns
130
- */
131
- showMuteAudioButton(showMuteAudioButton?: boolean): this;
132
- /**
133
- *
134
- * @param {boolean} showPauseVideoButton
135
- * This method shows/hides the pause video button.
136
- * If set to true it will display the pause video button.
137
- * If set to false it will hide the pause video button.
138
- * Note: For video call it remains hidden regardless of its value.
139
- * Default value is true.
140
- * @returns
141
- */
142
- showPauseVideoButton(showPauseVideoButton?: boolean): this;
143
- /**
144
- *
145
- * @param {boolean} showAudioModeButton
146
- * This method shows/hides the audio mode button.
147
- * If set to true it will display the audio mode button.
148
- * If set to false it will hide the audio mode button.
149
- * Default value is true.
150
- * @returns
151
- */
152
- showAudioModeButton(showAudioModeButton?: boolean): this;
153
- /**
154
- *
155
- * @param {boolean} audioMuted
156
- * This method allows the call to be started with audio muted.
157
- * If set to true, the call will start with audio muted.
158
- * Default value is false.
159
- * @returns
160
- */
161
- startWithAudioMuted(audioMuted?: boolean): this;
162
- /**
163
- *
164
- * @param {boolean} videoMuted
165
- * This method allows the call to be started with video muted.
166
- * If set to true, the call will start with video muted.
167
- * Note: This method has no effect for audio calls.
168
- * Default value is false.
169
- * @returns
170
- */
171
- startWithVideoMuted(videoMuted?: boolean): this;
172
- /**
173
- *
174
- * @param {string} audioMode
175
- * This method will set the default audio mode.
176
- * @returns
177
- */
178
- setDefaultAudioMode(audioMode: typeof CallConstants.AUDIO_MODE[keyof typeof CallConstants.AUDIO_MODE]): this;
179
- /**
180
- *
181
- * @param {boolean} showRecordingButton
182
- * This method shows/hides the recording button.
183
- * If set to true it will display the recording button.
184
- * If set to false it will hide the recording button.
185
- * Default value is false.
186
- * @returns
187
- */
188
- showRecordingButton(showRecordingButton?: boolean): this;
189
- /**
190
- * This method will return an object of the CallSettings class.
191
- * @returns {PresenterSettings}
192
- */
193
- build(): PresenterSettings;
194
- }
1
+ import { OngoingCallListener } from './Listner';
2
+ import { CallConstants } from '../Constants';
3
+ export declare class PresenterSettings {
4
+ static readonly POSITION_TOP_LEFT = "top-left";
5
+ static readonly POSITION_TOP_RIGHT = "top-right";
6
+ static readonly POSITION_BOTTOM_LEFT = "bottom-left";
7
+ static readonly POSITION_BOTTOM_RIGHT = "bottom-right";
8
+ static readonly ASPECT_RATIO_DEFAULT = "default";
9
+ static readonly ASPECT_RATIO_CONTAIN = "contain";
10
+ static readonly ASPECT_RATIO_COVER = "cover";
11
+ static readonly POSITION: {
12
+ readonly TOP_LEFT: "top-left";
13
+ readonly TOP_RIGHT: "top-right";
14
+ readonly BOTTOM_LEFT: "bottom-left";
15
+ readonly BOTTOM_RIGHT: "bottom-right";
16
+ };
17
+ static readonly ASPECT_RATIO: {
18
+ readonly DEFAULT: "default";
19
+ readonly CONTAIN: "contain";
20
+ readonly COVER: "cover";
21
+ };
22
+ private defaultLayout;
23
+ private isAudioOnly;
24
+ private isPresenter;
25
+ private listener;
26
+ private ShowEndCallButton;
27
+ private ShowSwitchCameraButton;
28
+ private ShowMuteAudioButton;
29
+ private ShowPauseVideoButton;
30
+ private ShowAudioModeButton;
31
+ private StartAudioMuted;
32
+ private StartVideoMuted;
33
+ private defaultAudioMode;
34
+ private ShowRecordingButton;
35
+ constructor(builder: PresenterSettingsBuilder);
36
+ isAudioOnlyCall(): boolean;
37
+ getIsPresenter(): boolean;
38
+ isDefaultLayoutEnabled(): boolean;
39
+ getCallEventListener(): OngoingCallListener;
40
+ isEndCallButtonEnabled(): boolean;
41
+ isSwitchCameraButtonEnabled(): boolean;
42
+ isMuteAudioButtonEnabled(): boolean;
43
+ isPauseVideoButtonEnabled(): boolean;
44
+ isAudioModeButtonEnabled(): boolean;
45
+ getStartWithAudioMuted(): boolean;
46
+ getStartWithVideoMuted(): boolean;
47
+ getDefaultAudioMode(): string;
48
+ isRecordingButtonEnabled(): boolean;
49
+ }
50
+ export declare class PresenterSettingsBuilder {
51
+ /** @private */ defaultLayout: boolean;
52
+ /** @private */ isAudioOnly: boolean;
53
+ /** @private */ isPresenter: boolean;
54
+ /** @private */ listener: OngoingCallListener;
55
+ /** @private */ ShowEndCallButton: boolean;
56
+ /** @private */ ShowSwitchCameraButton: boolean;
57
+ /** @private */ ShowMuteAudioButton: boolean;
58
+ /** @private */ ShowPauseVideoButton: boolean;
59
+ /** @private */ ShowAudioModeButton: boolean;
60
+ /** @private */ StartAudioMuted: boolean;
61
+ /** @private */ StartVideoMuted: boolean;
62
+ /** @private */ defaultAudioMode: typeof CallConstants.AUDIO_MODE[keyof typeof CallConstants.AUDIO_MODE];
63
+ /** @private */ ShowRecordingButton: boolean;
64
+ /**
65
+ *
66
+ * @param {boolean} defaultLayout
67
+ * This methods shows/hides the default button layout.
68
+ * If set to true the default button layout will be shown.
69
+ * If set to false the default button layout will be hidden.
70
+ * Default value is true
71
+ * @returns
72
+ */
73
+ enableDefaultLayout(defaultLayout: boolean): this;
74
+ /**
75
+ *
76
+ * @param {boolean} isAudioOnly
77
+ * This methods sets the type(audio/video) of the call.
78
+ * If set to true, the call will be strictly an audio call.
79
+ * If set to false, the call will be an audio-video call.
80
+ * Default value is false
81
+ * @returns
82
+ */
83
+ setIsAudioOnlyCall(isAudioOnly: boolean): this;
84
+ /**
85
+ *
86
+ * @param {boolean} isPresenter
87
+ * This methods sets if the user is a presenter.
88
+ * If set to true, the user will be a presenter (allowed to share video/audio).
89
+ * If set to false, the user will not be a presenter (restricted).
90
+ * Default value is false
91
+ * @returns
92
+ */
93
+ setIsPresenter(isPresenter: boolean): this;
94
+ /**
95
+ *
96
+ * @param {OngoingCallListener} listener
97
+ * This method sets the call event listener.
98
+ * @returns
99
+ */
100
+ setCallEventListener(listener: OngoingCallListener): this;
101
+ /**
102
+ *
103
+ * @param {boolean} showEndCallButton
104
+ * This method shows/hides the end call button.
105
+ * If set to true it will display the end call button.
106
+ * If set to false it will hide the end call button.
107
+ * Default value is true.
108
+ * @returns
109
+ */
110
+ showEndCallButton(showEndCallButton?: boolean): this;
111
+ /**
112
+ *
113
+ * @param {boolean} showSwitchCameraButton
114
+ * This method shows/hides the switch camera button.
115
+ * If set to true it will display the switch camera button.
116
+ * If set to false it will hide the switch camera button.
117
+ * Note: For video call it remains hidden regardless of its value.
118
+ * Default value is true.
119
+ * @returns
120
+ */
121
+ showSwitchCameraButton(showSwitchCameraButton?: boolean): this;
122
+ /**
123
+ *
124
+ * @param {boolean} showMuteAudioButton
125
+ * This method shows/hides the mute audio button.
126
+ * If set to true it will display the mute audio button.
127
+ * If set to false it will hide the mute audio button.
128
+ * Default value is true.
129
+ * @returns
130
+ */
131
+ showMuteAudioButton(showMuteAudioButton?: boolean): this;
132
+ /**
133
+ *
134
+ * @param {boolean} showPauseVideoButton
135
+ * This method shows/hides the pause video button.
136
+ * If set to true it will display the pause video button.
137
+ * If set to false it will hide the pause video button.
138
+ * Note: For video call it remains hidden regardless of its value.
139
+ * Default value is true.
140
+ * @returns
141
+ */
142
+ showPauseVideoButton(showPauseVideoButton?: boolean): this;
143
+ /**
144
+ *
145
+ * @param {boolean} showAudioModeButton
146
+ * This method shows/hides the audio mode button.
147
+ * If set to true it will display the audio mode button.
148
+ * If set to false it will hide the audio mode button.
149
+ * Default value is true.
150
+ * @returns
151
+ */
152
+ showAudioModeButton(showAudioModeButton?: boolean): this;
153
+ /**
154
+ *
155
+ * @param {boolean} audioMuted
156
+ * This method allows the call to be started with audio muted.
157
+ * If set to true, the call will start with audio muted.
158
+ * Default value is false.
159
+ * @returns
160
+ */
161
+ startWithAudioMuted(audioMuted?: boolean): this;
162
+ /**
163
+ *
164
+ * @param {boolean} videoMuted
165
+ * This method allows the call to be started with video muted.
166
+ * If set to true, the call will start with video muted.
167
+ * Note: This method has no effect for audio calls.
168
+ * Default value is false.
169
+ * @returns
170
+ */
171
+ startWithVideoMuted(videoMuted?: boolean): this;
172
+ /**
173
+ *
174
+ * @param {string} audioMode
175
+ * This method will set the default audio mode.
176
+ * @returns
177
+ */
178
+ setDefaultAudioMode(audioMode: typeof CallConstants.AUDIO_MODE[keyof typeof CallConstants.AUDIO_MODE]): this;
179
+ /**
180
+ *
181
+ * @param {boolean} showRecordingButton
182
+ * This method shows/hides the recording button.
183
+ * If set to true it will display the recording button.
184
+ * If set to false it will hide the recording button.
185
+ * Default value is false.
186
+ * @returns
187
+ */
188
+ showRecordingButton(showRecordingButton?: boolean): this;
189
+ /**
190
+ * This method will return an object of the CallSettings class.
191
+ * @returns {PresenterSettings}
192
+ */
193
+ build(): PresenterSettings;
194
+ }
@@ -1,18 +1,18 @@
1
- export declare class RTCUser {
2
- private uid;
3
- private avatar;
4
- private name;
5
- private jwt;
6
- private resource;
7
- constructor(uid: string);
8
- setUID(uid: string): void;
9
- getUID(): string;
10
- setName(name: string): void;
11
- getName(): string;
12
- setAvatar(avatar: string): void;
13
- getAvatar(): string;
14
- setJWT(jwt: string): void;
15
- getJWT(): string;
16
- setResource(resource: string): void;
17
- getResource(): string;
18
- }
1
+ export declare class RTCUser {
2
+ private uid;
3
+ private avatar;
4
+ private name;
5
+ private jwt;
6
+ private resource;
7
+ constructor(uid: string);
8
+ setUID(uid: string): void;
9
+ getUID(): string;
10
+ setName(name: string): void;
11
+ getName(): string;
12
+ setAvatar(avatar: string): void;
13
+ getAvatar(): string;
14
+ setJWT(jwt: string): void;
15
+ getJWT(): string;
16
+ setResource(resource: string): void;
17
+ getResource(): string;
18
+ }
@@ -1,86 +1,86 @@
1
- /**
2
- * Represents a recording object.
3
- */
4
- export declare class Recording {
5
- /**
6
- * The recording ID.
7
- */
8
- private rid;
9
- /**
10
- * The URL of the recording.
11
- */
12
- private recording_url;
13
- /**
14
- * The start time of the recording.
15
- */
16
- private startTime;
17
- /**
18
- * The end time of the recording.
19
- */
20
- private endTime;
21
- /**
22
- * The duration of the recording.
23
- */
24
- private duration;
25
- /**
26
- * Creates a new instance of the Recording class.
27
- * @param data - The data to initialize the recording object.
28
- */
29
- constructor(data: any);
30
- /**
31
- * Gets the recording ID.
32
- * @returns The recording ID.
33
- */
34
- getRid(): string;
35
- /**
36
- * Sets the recording ID.
37
- * @param value - The recording ID to set.
38
- */
39
- setRid(value: string): void;
40
- /**
41
- * Gets the recording URL.
42
- * @returns The recording URL.
43
- */
44
- getRecordingURL(): string;
45
- /**
46
- * Sets the recording URL.
47
- * @param value - The recording URL to set.
48
- */
49
- setRecordingURL(value: string): void;
50
- /**
51
- * Gets the start time of the recording.
52
- * @returns The start time of the recording.
53
- */
54
- getStartTime(): number;
55
- /**
56
- * Sets the start time of the recording.
57
- * @param value - The start time of the recording to set.
58
- */
59
- setStartTime(value: number): void;
60
- /**
61
- * Gets the end time of the recording.
62
- * @returns The end time of the recording.
63
- */
64
- getEndTime(): number;
65
- /**
66
- * Sets the end time of the recording.
67
- * @param value - The end time of the recording to set.
68
- */
69
- setEndTime(value: number): void;
70
- /**
71
- * Gets the duration of the recording.
72
- * @returns The duration of the recording.
73
- */
74
- getDuration(): number;
75
- /**
76
- * Sets the duration of the recording.
77
- * @param value - The duration of the recording to set.
78
- */
79
- setDuration(value: number): void;
80
- /**
81
- * Creates a new Recording object from the given JSON data.
82
- * @param data - The JSON data to create the Recording object from.
83
- * @returns A new Recording object.
84
- */
85
- static getRecordingFromJson(data: any): Recording;
86
- }
1
+ /**
2
+ * Represents a recording object.
3
+ */
4
+ export declare class Recording {
5
+ /**
6
+ * The recording ID.
7
+ */
8
+ private rid;
9
+ /**
10
+ * The URL of the recording.
11
+ */
12
+ private recording_url;
13
+ /**
14
+ * The start time of the recording.
15
+ */
16
+ private startTime;
17
+ /**
18
+ * The end time of the recording.
19
+ */
20
+ private endTime;
21
+ /**
22
+ * The duration of the recording.
23
+ */
24
+ private duration;
25
+ /**
26
+ * Creates a new instance of the Recording class.
27
+ * @param data - The data to initialize the recording object.
28
+ */
29
+ constructor(data: any);
30
+ /**
31
+ * Gets the recording ID.
32
+ * @returns The recording ID.
33
+ */
34
+ getRid(): string;
35
+ /**
36
+ * Sets the recording ID.
37
+ * @param value - The recording ID to set.
38
+ */
39
+ setRid(value: string): void;
40
+ /**
41
+ * Gets the recording URL.
42
+ * @returns The recording URL.
43
+ */
44
+ getRecordingURL(): string;
45
+ /**
46
+ * Sets the recording URL.
47
+ * @param value - The recording URL to set.
48
+ */
49
+ setRecordingURL(value: string): void;
50
+ /**
51
+ * Gets the start time of the recording.
52
+ * @returns The start time of the recording.
53
+ */
54
+ getStartTime(): number;
55
+ /**
56
+ * Sets the start time of the recording.
57
+ * @param value - The start time of the recording to set.
58
+ */
59
+ setStartTime(value: number): void;
60
+ /**
61
+ * Gets the end time of the recording.
62
+ * @returns The end time of the recording.
63
+ */
64
+ getEndTime(): number;
65
+ /**
66
+ * Sets the end time of the recording.
67
+ * @param value - The end time of the recording to set.
68
+ */
69
+ setEndTime(value: number): void;
70
+ /**
71
+ * Gets the duration of the recording.
72
+ * @returns The duration of the recording.
73
+ */
74
+ getDuration(): number;
75
+ /**
76
+ * Sets the duration of the recording.
77
+ * @param value - The duration of the recording to set.
78
+ */
79
+ setDuration(value: number): void;
80
+ /**
81
+ * Creates a new Recording object from the given JSON data.
82
+ * @param data - The JSON data to create the Recording object from.
83
+ * @returns A new Recording object.
84
+ */
85
+ static getRecordingFromJson(data: any): Recording;
86
+ }
@@ -1,9 +1,9 @@
1
- import { ListenerHandlers } from "./ListnerHandler";
2
- export declare const addCallEventListener: typeof ListenerHandlers.addCallEventListener;
3
- export declare const removeCallEventListener: typeof ListenerHandlers.removeCallEventListener;
4
- export * from "./CallAppSettings";
5
- export * from "./CometChatCalls";
6
- export * from "./ErrorModel";
7
- export * from "./RTCUser";
8
- export * from "./CometChatCallLogs";
9
- export * from "./CallLogFilterParams";
1
+ import { ListenerHandlers } from "./ListnerHandler";
2
+ export declare const addCallEventListener: typeof ListenerHandlers.addCallEventListener;
3
+ export declare const removeCallEventListener: typeof ListenerHandlers.removeCallEventListener;
4
+ export * from "./CallAppSettings";
5
+ export * from "./CometChatCalls";
6
+ export * from "./ErrorModel";
7
+ export * from "./RTCUser";
8
+ export * from "./CometChatCallLogs";
9
+ export * from "./CallLogFilterParams";
@@ -1,6 +1,6 @@
1
- import { Host, Region } from "./common";
2
- export interface ICallAppSettings {
3
- appId: string;
4
- region: Region;
5
- host?: Host;
6
- }
1
+ import { Host, Region } from "./common";
2
+ export interface ICallAppSettings {
3
+ appId: string;
4
+ region: Region;
5
+ host?: Host;
6
+ }