Im using twilio sdk to connect to another client, and when i want to reject an incoming call, i get the following error message:
Error: Cannot read property 'once' of undefined TypeError: Cannot read property 'once' of undefined at r._dialogCreated (twilio-conversations.min.js:90) at r._onInviteSuccess (twilio-conversations.min.js:90) at dynamics_browser.js:51.
Have checked the docs on the proper way to do a reject call and cannot see what i'm doing wrong so far
Im using twilio sdk to connect to another client, and when i want to reject an incoming call, i get the following error message:
Error: Cannot read property 'once' of undefined TypeError: Cannot read property 'once' of undefined at r._dialogCreated (twilio-conversations.min.js:90) at r._onInviteSuccess (twilio-conversations.min.js:90) at dynamics_browser.js:51
.Have checked the docs on the proper way to do a reject call and cannot see what i'm doing wrong so far