Closed MrDanis closed 2 months ago
Hi @MrDanis, The React-Native sample uses UI Calling Library which is itself a composite experience meaning a single piece library (The setup where you see the join call button & Calling page where you interact with people in a call altogether). It does not offer API's component wise yet i.e. Join Call API as the underlaying implication and implementation is handled by the library to make life easier for the user devs. The Join Call button is part of the composite which triggers to join the call by call agent for the user. If you look at the Native Bridging implementation, we have launch methods to launch the calling composite experience. This sample simply shows how you can utilize our UI Calling Library for Android & iOS in cross platform React-Native framework. The implementation for both Android & iOS after Native Bridging is -
However our communication-ui-library-android
and communication-ui-library-ios
are open source. The Android & iOS UI Calling Library itself is as below -
The join call click event implementation could be found and debugged from here below -
May I also ask what would you like to achieve with the JoinCall button action override API? Perhaps, we could point you towards the right direction.
Hope this answered your question. Thank you.
Thanks for your concern but i want to skip the join call button screen so instead of pressing on the button i just want to directly join the call. I follow the documentation and use the skip screen with flag true and acheive the result.
Thanks @MrDanis.
The screen with the Join Call
button is referred as the Setup Screen
as we use that screen to setup call configuration. We have a APIs to skip the setup screen and join the call directly.
For Skip Setup Scree documentation if you need in future, please refer to this page
Thanks :)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful