Commit 9cbc6f80 authored by Muhammadali's avatar Muhammadali

update-

parent 560250fb
......@@ -424,7 +424,7 @@ export class BoxDialer {
},
});
if (this.callSession.connection) {
this.callSession?.connection?.onaddstream = (e) => {
this.callSession?.connection?.onaddstream = function(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