use single codec in response to freeswitch, otherwise it will get confused

This commit is contained in:
Dave Horton
2021-08-12 08:51:07 -04:00
parent d2416c8ba4
commit ff44b3fbc9
+1
View File
@@ -184,6 +184,7 @@ class CallSession extends Emitter {
...this.rtpEngineOpts.uas.mediaOpts,
'from-tag': this.rtpEngineOpts.uas.tag,
'to-tag': this.rtpEngineOpts.uac.tag,
flags: ['single codec'],
sdp
};
const response = await this.answer(opts);