src/utils/sipService-cs.js @@ -12,6 +12,7 @@ init(config) { try { this.updateStatus("connecting", "连接中..."); console.log(config); this.ua = new JsSIP.UA({ sockets: [new JsSIP.WebSocketInterface(config.wsUrl)],