Commit 94f13190 authored by Muhammadali's avatar Muhammadali

update-

parent c2ead90e
......@@ -101,6 +101,11 @@ export class BoxDialer {
// console.log('call failed with cause: ' + e.data);
if (e.cause == 'User Denied Media Access') {
console.log('User_Danied_Media_Access');
toast.error('Your micrafon is OFF', {
style: {
zIndex: '99999999999999999',
},
});
window.navigator.mediaDevices
.getUserMedia({ audio: true })
.then(function (stream) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment