We are planning to use Twilio Video API
for conducting conferencing between multiple participants. We have an application for WEB, Android and iOS and we need to integrate Twilio service to our application.
In Mobile SDKs i.e Android and iOS
can we join the conferencing call first and then can we have an option in the meeting room to switch back to our main application without disconnecting the conference call. All the attendees connected to the conference will be able to hear and see the participant who navigated to the other screen i.e our main app screen. Is this possible that a participant can move back and forth between the video conferencing and the main application?
The use case is similar to WhatsApp video call
where user can chat to people and still present in the video call. Tech stack for Mobile device application is Flutter
. Any help or suggestions?