Azure-Samples / communication-services-ui-library-react-native

UI library sample for React Native Bridge
MIT License
10 stars 10 forks source link

How to use this library for 1-on-1 video calling #40

Open ajayn1986 opened 3 weeks ago

ajayn1986 commented 3 weeks ago

Please provide us with the following information:

This issue is for a: (mark with an x)

documentation issue or request

Minimal steps to reproduce

Not able to find documents or sample to use library for 1-on-1 video calling

Any log messages given by the failure

no

Expected/desired behavior

1-on-1 video calling needs to be supported for library to be usable

OS and Version?

NA

Versions

Latest

Mention any other details that might be useful


Thanks! We'll be in touch soon.

Mohtasim commented 1 week ago

Hi @ajayn1986, Thank you for your query. Please refer to the QuickStart for the UI Library QuickStart and look at "Set up a 1:N Outgoing Call and Incoming Call Push Notifications" for 1:1 calling setup.

Android and iOS versions supporting 1:1 calling: 1.8.0

Please reference sample bindings for Android and iOS to explore utilizing APIs from native UI Libraries.

Thank you :)

ajayn1986 commented 1 week ago

Hi @Mohtasim, I believe the sample you have referred above isn't for react native library. Does it mean that we don't have this feature implemented in react native library yet?

iaulakh commented 5 days ago

Hi @ajayn1986 ,

The current React Native sample only supports outgoing calls. To add support for receiving incoming call notifications, please refer to the QuickStart guide for the UI Library QuickStart. Specifically, look at the section "Set up a 1:N Outgoing Call and Incoming Call Push Notifications" for 1:1 calling setup.

To further explore utilizing APIs from native UI libraries, you can leverage the bindings for both Android and iOS.