WXL
19 小时以前 fe379fd6efd1a0af1405dba16633e0de536cbefe
src/utils/sipService.js
@@ -83,7 +83,7 @@
      rtcOfferConstraints: { offerToReceiveAudio: 1 }
    }
    this.currentSession = this.ua.call(`sip:${targetNumber}`, options)
    this.currentSession = this.ua.call(`sip:${targetNumber}@192.168.100.6`, options)
    this.setupAudio(this.currentSession)
  }