修复:因无法打开麦克风等错误导致的无法挂断电话BUG
This commit is contained in:
parent
662b7a2332
commit
012c8e7137
@ -750,6 +750,7 @@ export default {
|
||||
}
|
||||
}, 1000);
|
||||
}, function (error) {
|
||||
that.audioPlay = false;
|
||||
switch (error.code || error.name) {
|
||||
case 'PERMISSION_DENIED':
|
||||
case 'PermissionDeniedError':
|
||||
|
Loading…
Reference in New Issue
Block a user