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
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
First off, deep thanks for a great plugin and your contributions to the react-native community!
I'm making a videochat application. When my app receives an incoming I call displayIncomingCall() with hasVideo = true. in Recents I see the incoming call flagged as Video which is nice. When registering an outgoing call with startCall() I don't have that option though.. and in Recent it shows up as Audio. Is there a way to start an outgoing call and flag it as Video?
The text was updated successfully, but these errors were encountered:
First off, deep thanks for a great plugin and your contributions to the react-native community!
I'm making a videochat application. When my app receives an incoming I call
displayIncomingCall()
withhasVideo = true
. in Recents I see the incoming call flagged asVideo
which is nice. When registering an outgoing call withstartCall()
I don't have that option though.. and in Recent it shows up asAudio
. Is there a way to start an outgoing call and flag it asVideo
?The text was updated successfully, but these errors were encountered: