cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1103
Views
10
Helpful
4
Replies

Webex cloud calling mobile app open via url?

Suriya27
Level 1
Level 1
I want to navigate the user to webex cloud calling mobile app from another app.
For example : when user tap the link it should open the app and should perform direct call in webex calling app using Intent or protocal concept.
Already this future is available For Webex meeting app
https://meet96.webex.com/meet/prXXXXXXXXX
If user taps above link it opens Webex meeting app, similarly I need this For Webex cloud calling app.
Please guide. 
4 Replies 4

dtibbe
VIP
VIP

Well, IMHO it would be best to create an intent to dial the number (similar to use the tel: protocol handler in HTML/liks).

By that, the user's mobile may decide which app should be used for dialing.

 

In case of those meet URLs, Android is able to register URLs that should be opened with dedicated application. That is for http/https but not for tel..

Each app have unique intent,To opent the webex cloud calling mobile app may i know what is the intent or url please guide.

I'm not that deep into Android development...

Have you checked the Android SDK for further hints?

https://developer.webex.com/docs/sdks/android

Android Sdk is used to integerate webex calling inside our custom app.

When we create intent for telephone call it automatically make call only using device default phone app becuase device factory app is phone app we cannot change that. 

 

I really stuck in the issue please help.

Give me idea to open webex cloud calling app to perform direct call