Skip to content

Commit 8206d6c

Browse files
committed
Removed redundant parameter
1 parent 72bdba8 commit 8206d6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/inboundCall.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const generateTwiml = async (from: string, to: string) => {
4343
console.log(`Dialing ${pa.address} from ${pa.proxyAddress}...`)
4444

4545
return client.calls.create({
46-
url: `https://${process.env.DOMAIN}/join-conference?conferenceName=${encodeURIComponent(conferenceName)}`,
4746
to: pa.address,
4847
from: pa.proxyAddress,
4948
twiml: joinConferenceTwiml(conferenceName).toString(),

0 commit comments

Comments
 (0)