File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ export function createPhone({
564564 appName : appNameForSDK ,
565565 appVersion,
566566 webphoneLogLevel : 1 ,
567- // permissionCheck: false, // TODO: for Emmergency support in webRTC
567+ permissionCheck : false ,
568568 } ,
569569 } ,
570570 {
@@ -605,19 +605,18 @@ export function createPhone({
605605 } ,
606606 spread : true ,
607607 } ,
608- // TODO: for Emmergency support in webRTC
609- // {
610- // provide: 'CallOptions',
611- // useValue: {
612- // permissionCheck: false,
613- // },
614- // spread: true,
615- // },
608+ {
609+ provide : 'CallOptions' ,
610+ useValue : {
611+ permissionCheck : false ,
612+ } ,
613+ spread : true ,
614+ } ,
616615 {
617616 provide : 'CallingSettingsOptions' ,
618617 useValue : {
619618 defaultCallWith,
620- // emergencyCallAvailable: true, // TODO: for Emmergency support in webRTC
619+ emergencyCallAvailable : true ,
621620 } ,
622621 spread : true ,
623622 } ,
You can’t perform that action at this time.
0 commit comments