Skip to content

Commit b6dd956

Browse files
authored
Update index-jssip.js
1 parent 0c6de74 commit b6dd956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/index-jssip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function TestRTCPeerConnection() {
213213
realm: sipConfig.realm,
214214
// Sip.JS
215215
hackWssInTransport: true,
216-
authorizationUser: '1001',
216+
authorizationUser: sipConfig.authorization_user,
217217
transportOptions: {
218218
wsServers: sipConfig.server,
219219
},

0 commit comments

Comments
 (0)