andrew.n
Member
Context: We have to add a new feature to our app, to support video streaming calls between 2 users. Same as Skype/Messanger but only for 2 users (no group support yet)
As I understood, both Skype and Messanger use Call Kit to properly handle communication between multiple apps that supports calling using VoIP.
I run the TwoWayStreaming demo project but it just handles the use case when the app is in the foreground.
My questions:
1) I want to be sure that using "TwoWayStreaming" is the best approach that we need for now.
2) How can I use Flashphone with Call Kit, in case the phone is blocked and the user receives a call, how I can handle that, same as I can do with VoIP?
As I understood, both Skype and Messanger use Call Kit to properly handle communication between multiple apps that supports calling using VoIP.
I run the TwoWayStreaming demo project but it just handles the use case when the app is in the foreground.
My questions:
1) I want to be sure that using "TwoWayStreaming" is the best approach that we need for now.
2) How can I use Flashphone with Call Kit, in case the phone is blocked and the user receives a call, how I can handle that, same as I can do with VoIP?