You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object with data passed together with specific event so it can be handled in the same way like original event, for example `({ callUUID })` for `answerCall` event if `name` is `RNCallKeepPerformAnswerCallAction`
908
908
909
-
### - showIncomingCallUi
909
+
### showIncomingCallUi
910
910
911
911
_Android only. Self Managed only._
912
912
@@ -927,7 +927,7 @@ The following values will match those initially passed to `displayIncomingCall`
927
927
-`name` (string)
928
928
- Caller Name.
929
929
930
-
### - silenceIncomingCall
930
+
### silenceIncomingCall
931
931
932
932
_Android only. Self Managed only._
933
933
@@ -948,7 +948,7 @@ The following values will match those initially passed to `silenceIncomingCall`
948
948
-`name` (string)
949
949
- Caller Name.
950
950
951
-
### - createIncomingConnectionFailed
951
+
### createIncomingConnectionFailed
952
952
953
953
_Android only. Self Managed only._
954
954
@@ -969,7 +969,7 @@ The following values will match those initially passed to `silenceIncomingCall`
0 commit comments