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

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

Team meeting Click on Join Nothing happended #19

Closed harshalkalavadiya-star closed 1 year ago

harshalkalavadiya-star commented 1 year ago

Hello team, I tried your code sample for make team meeting call in my react native project so i entered required detail like team meeting link and ACS token value and display name, Enter in next screen and click on Join call but when i click on that black screen in showing call in not started .

I generate token with below permission

Calendars.ReadWrite OnlineMeetingArtifact.Read.All OnlineMeetings.Read OnlineMeetings.ReadWrite

Let me know if I am missing something

Mohtasim commented 1 year ago

Hi @harshal111, thank you for trying out the React-Native sample. I was curious how and where you generated the token from. The token needs to be an ACS token that is generated from the Azure Communication Resource for the voice & video calling.

Please take a look the the 'Prerequisite' section of this repo's readme. To generate an ACS token - follow this link

Please let us know, if that solved your problem. Thanks :)