File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ messaging().setBackgroundMessageHandler(async remoteMessage => {
99
99
' callUUIDv4' , // Call UUID v4
100
100
' Quocs' , // Username
101
101
' https://avatars3.githubusercontent.com/u/16166195' , // Avatar URL
102
- ' Incomming Call' // Info text
102
+ ' Incomming Call' , // Info text
103
+ 20000 // Timeout for end call after 20s
103
104
);
104
105
} else if (remoteMessage? .notification ? .title === ' Missed Call' ) {
105
106
// Terminate incoming activity. Should be called when call expired.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-incoming-call" ,
3
3
"title" : " React Native Incoming Call" ,
4
- "version" : " 2.0.2 " ,
4
+ "version" : " 2.0.3 " ,
5
5
"description" : " React Native module to display incoming call activity. Only for Android since iOS we have VoIP." ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments