Commit 0ba6abb1 authored by Muhammadali's avatar Muhammadali

update-

parent cc2d0fc9
{
"name": "boxdialer",
"version": "4.3.1",
"version": "4.3.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -6,7 +6,6 @@ import waitRingTone from '../sounds/ringbacktone.wav';
import pickSound from '../sounds/dtmf.wav';
import { WebSocketInterface, UA } from 'jssip';
import tugpng from '../img/tug.png';
import DTMF from '@kimmel/dtmf';
export class BoxDialer {
sTransferNumber;
oRingTone;
......@@ -802,11 +801,11 @@ export class BoxDialer {
'sip:' + phoneNumberString + '@' + this.sipDomain,
this.options,
);
this.callSession.connection.addEventListener('addstream', (event) => {
console.log('--== ss OUT STREAM: ');
this.remoteAudio.srcObject = event.stream;
this.remoteAudio.play();
});
// this.callSession.connection.addEventListener('addstream', (event) => {
// console.log('--== ss OUT STREAM: ');
// this.remoteAudio.srcObject = event.stream;
// this.remoteAudio.play();
// });
} else {
toast.error('Do not correct number', {
style: {
......
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