You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
incomingCall' listener not working . Getting error "Callingcommunicatoirerror at callAgentImpl.on" when using callAgent.on('incomingCall', handleIncomingCall) in reactjs
#231
No incoming event getting called when a remote participants join the call or exit from the call.
I have used the below code in App.js
const { token, user } = await fetchTokenResponse();
const tokenCredential = new AzureCommunicationTokenCredential(token);
const callClient = new CallClient();
The text was updated successfully, but these errors were encountered: