Skip to content

Commit 4a91b27

Browse files
sin test
1 parent e54a3b9 commit 4a91b27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/calling/src/CallingClient/calling/call.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/calling/src/CallingClient/registration/register.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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') ||

0 commit comments

Comments
 (0)