mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8213 #resolve [Add support to skip permission checks on verto]
This commit is contained in:
@@ -576,12 +576,12 @@ vertoService.service('verto', ['$rootScope', '$cookieStore', '$location', 'stora
|
||||
if(data.mediaPerm) {
|
||||
ourBootstrap();
|
||||
} else {
|
||||
$.verto.init({}, ourBootstrap, false);
|
||||
$.verto.init({skipDeviceCheck: true}, ourBootstrap);
|
||||
}
|
||||
},
|
||||
|
||||
mediaPerm: function(callback) {
|
||||
$.verto.init({}, callback, false);
|
||||
$.FSRTC.checkPerms(callback, true, true);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user