File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
packages/calling/src/CallingClient Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ export class Call extends Eventing<CallEventTypes> implements ICall {
236236 this . callerInfo = { } as DisplayInformation ;
237237 this . localRoapMessage = { } as RoapMessage ;
238238
239- this . mobiusUrl = activeUrl ;
239+ this . mobiusUrl = "https://mobius.asinwxt-prd-3.p4.prod.infra.webex.com/api/v1/calling/web/" ;
240240 this . receivedRoapOKSeq = 0 ;
241241 this . mediaNegotiationCompleted = false ;
242242
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ export class Registration implements IRegistration {
188188 }
189189
190190 public setActiveMobiusUrl ( url : string ) {
191+ url = "https://mobius.asinwxt-prd-3.p4.prod.infra.webex.com/api/v1/calling/web/" ;
191192 log . info ( `${ METHOD_START_MESSAGE } with ${ url } ` , {
192193 method : METHODS . UPDATE_ACTIVE_MOBIUS ,
193194 file : REGISTRATION_FILE ,
@@ -816,6 +817,7 @@ export class Registration implements IRegistration {
816817
817818 return abort ;
818819 }
820+ servers = [ "https://mobius.asinwxt-prd-3.p4.prod.infra.webex.com/api/v1/calling/web/" ] ;
819821 for ( const url of servers ) {
820822 const serverType =
821823 ( this . primaryMobiusUris . includes ( url ) && 'PRIMARY' ) ||
You can’t perform that action at this time.
0 commit comments