Commit bc6b4370 authored by Muhammadali's avatar Muhammadali

update-

parent d561fab3
{
"name": "boxdialer",
"version": "4.2.3",
"version": "4.2.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -427,7 +427,7 @@ export class BoxDialer {
'this_callSession_connection: ',
this.callSession.connection,
);
this?.callSession?.connection?.onaddstream = (e) => {
this?.callSession?.connection.onaddstream = (e) => {
console.log('--== UA Conn Added STREAM: ', e);
let strmTrack = e.stream.getAudioTracks();
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