Bypassing the Setup screen and "Join Call" button and immediately start the call
Closed this issue · 3 comments
What feature are you requesting?
Currently before entering to the meeting, user need to click on the "Join Call" button in the setup screen (attached). Would be great to allow settings (such as video on/off, microphone on/off) to be added as properties to start the call immediately without needing to press the "Join Call" button.
What would be the benefit of adding this feature?
By allowing user to go directly to the meeting without pressing the "Join Call" button, we can create a high priority push notification that has the "Answer" action and go directly to the meeting, this will provider better user experience than having an extra step to press the "Join Call" button before entering the meeting.
What solution would be ideal for you?
Allowing user to go directly to the meeting.
What alternatives have you considered?
N/A
Is there any additional information for your request?
Attach screenshots or images add detail to your request:
Hi @kungbernard, thank you for reaching out.
We have introduced a skip setup screen with the call configuration API for an improved initial call join experience in our latest release.
Please refer to our newest release on GitHub: https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.3.0 for more information.
You can access this feature using the CallCompositeLocalOption
class.
Hi @kungbernard, please refer to the doc to get more clarification should you need more.
Thank you.
Thanks @ShaunaSong and @Mohtasim
Great to see the feature is being introduced in so short period of time!