Ariel Itzli Molina Sánchez

Results 4 comments of Ariel Itzli Molina Sánchez

When I share screen, the audio stops. How can I keep sharing audio from the same source and share the screen?

I am passing de scope string, but only get de code back. How can I get de user information? Or wich is the porpouse of the scope string?

@nvh95 sorry for the late answer. I am trying to make a fetch passing de access token, but the api returns an error, I am working with react

@aashishgaikwad you need to use a proxy url to pass cors. Try this ` var fetchInformation = { method: 'POST' }; var proxyurl = "https://cors-anywhere.herokuapp.com/"; fetch(proxyurl + {your url}, fetchInformation)...