| | |
| | | wsUrl: "wss://192.169.129.198:7443", |
| | | domain: "192.169.129.198", |
| | | }, |
| | | 省立同德翠苑院区: { |
| | | wsUrl: "wss://220.88.10.62:7443", |
| | | domain: "220.88.10.62", |
| | | }, |
| | | 省立同德之江院区: { |
| | | wsUrl: "wss://220.88.10.62:7443", |
| | | domain: "220.88.10.62", |
| | | }, |
| | | 省立同德闲林院区: { |
| | | wsUrl: "wss://220.88.10.62:7443", |
| | | domain: "220.88.10.62", |
| | | }, |
| | | 省立同德天目山路院区: { |
| | | wsUrl: "wss://220.88.10.62:7443", |
| | | domain: "220.88.10.62", |
| | | }, |
| | | 省立同德青山湖院区: { |
| | | wsUrl: "wss://220.88.10.62:7443", |
| | | domain: "220.88.10.62", |
| | | }, |
| | | // 可以继续添加其他医院配置 |
| | | default: { |
| | | wsUrl: "wss://192.168.10.124:7443", |
| | |
| | | if (this.currentSession) { |
| | | this.isManualEnd = true; |
| | | this.currentSession.terminate(); |
| | | this.updateCallStatus('ended', '通话已结束'); |
| | | this.updateCallStatus("ended", "通话已结束"); |
| | | this.currentSession = null; |
| | | // 延迟重置标志,避免影响后续事件 |
| | | setTimeout(() => { this.isManualEnd = false; }, 100); |
| | | setTimeout(() => { |
| | | this.isManualEnd = false; |
| | | }, 100); |
| | | } |
| | | } |
| | | |