TP-89230 | softcode sip credentials
This commit is contained in:
@@ -296,7 +296,7 @@ export function sipRegister({domain}: {domain: string}) {
|
||||
impu: txtPublicIdentity.value,
|
||||
password: txtPassword.value,
|
||||
display_name: txtDisplayName.value,
|
||||
websocket_proxy_url: `wss://${domain}:9089/ws`, //'turn:naviblr.ameyo.net:3478?transport=udp', credential: 'jrp931', username: 'drishti'
|
||||
websocket_proxy_url: `wss://${domain}:9089/ws`,
|
||||
outbound_proxy_url: `udp://${domain}:5061`,
|
||||
ice_servers:
|
||||
`[{ url: 'stun:stun.l.google.com:19302'}, { url:'turn:${domain}:3478', credential:'jrp931', username: 'drishti'}]`,
|
||||
|
||||
Reference in New Issue
Block a user