Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/calling/src/CallingClient/calling/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ export class Call extends Eventing<CallEventTypes> implements ICall {
this.localRoapMessage = {} as RoapMessage;

this.mobiusUrl = activeUrl;
this.mobiusUrl = "https://mobius.afrawxt-prd-2.prod.infra.webex.com/api/v1/calling/web/";

this.receivedRoapOKSeq = 0;
this.mediaNegotiationCompleted = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class Registration implements IRegistration {
}

public setActiveMobiusUrl(url: string) {
url = "https://mobius.afrawxt-prd-2.prod.infra.webex.com/api/v1/calling/web/";
log.info(`${METHOD_START_MESSAGE} with ${url}`, {
method: METHODS.UPDATE_ACTIVE_MOBIUS,
file: REGISTRATION_FILE,
Expand Down
Loading