question

Carly Fristoe avatar image
Carly Fristoe asked Byrne Reese edited

How do I launch the RingCentral mobile app from my React-native app?

I am trying to integrate RingCentral within my react-native mobile application. What I'd like to do is have the ability for a user to tap on a phone number from within my app and have it open and call through the RingCentral mobile app. I believe this requires a redirect URI for the RC mobile app, but I am unable to find this.

javascriptmobilereact
1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Carly Fristoe avatar image Carly Fristoe commented ·
0 Likes 0 ·
Phong Vu avatar image
Phong Vu answered

Hi Carly,

I am not sure if this work or not but can you try to open a link like this "rcmobile://call?number=+1234567890" to see if it works. That is the scheme we use with the href attribute of an <a> tag to launch the RingCentral mobile app from a web page.

Please let me know if it works.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Carly Fristoe avatar image
Carly Fristoe answered Phong Vu commented

@Phong Vu yes, that worked for RCMobile! There is a new iOS app for ring central that has Glip, Phone, contacts, etc. Do you know what the schema for starting a phone call in that app is?

1 comment
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

Can you try "glip://...

Let me know if that works.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.