Skip to content

Commit

Permalink
3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikRitik committed Jul 21, 2023
1 parent 6ac0060 commit 43260bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CometChat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,10 @@ export class CallListener {
* This event is triggered when an incoming call is cancelled.
*/
onIncomingCallCancelled?: Function;
/**
* This event is triggered when a call is ended.
*/
onCallEndedMessageReceived?: Function;
constructor(...args: any[]);
}
export class UserListener {
Expand Down
2 changes: 1 addition & 1 deletion CometChat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cometchat-pro/react-native-chat",
"version": "3.0.12",
"version": "3.0.13",
"description": "A complete chat solution.",
"main": "CometChat.js",
"scripts": {
Expand Down

0 comments on commit 43260bf

Please sign in to comment.