minor logging

This commit is contained in:
Dave Horton
2022-10-14 12:53:44 -04:00
parent 17848ea22c
commit 917b8f332c

View File

@@ -1161,7 +1161,12 @@ class CallSession extends Emitter {
// need to allocate an endpoint // need to allocate an endpoint
try { try {
if (!this.ms) this.ms = this.getMS(); if (!this.ms) this.ms = this.getMS();
const ep = await this.ms.createEndpoint({remoteSdp: this.req.body}); const ep = await this.ms.createEndpoint({
headers: {
'X-Jambones-Call-ID': this.callId,
},
remoteSdp: this.req.body
});
//ep.cs = this; //ep.cs = this;
this.ep = ep; this.ep = ep;
ep.set({ ep.set({