Commit 5186183b authored by Muhammadali's avatar Muhammadali

update-

parent afe92bda
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.1.2", "version": "4.1.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -409,7 +409,7 @@ export class BoxDialer { ...@@ -409,7 +409,7 @@ export class BoxDialer {
callType: 'connected', callType: 'connected',
}, },
}); });
data?.session?.connection?.onaddstream = (e) => { this.callSession?.connection?.onaddstream = (e) => {
console.log('--== UA Conn Added STREAM: ', e); console.log('--== UA Conn Added STREAM: ', e);
let strmTrack = e.stream.getAudioTracks(); let strmTrack = e.stream.getAudioTracks();
if (strmTrack[0]) { if (strmTrack[0]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment