Commit 401fdec5 authored by Muhammadali's avatar Muhammadali

update-

parent 175639ae
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.2.0", "version": "4.2.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -302,7 +302,6 @@ const ModalPhoneNumpad = ({ ...@@ -302,7 +302,6 @@ const ModalPhoneNumpad = ({
reasons={reasons} reasons={reasons}
reason={reason} reason={reason}
/> />
<button onClick={() => boxDialer.stop()}>STOP</button>
</NumberButton> </NumberButton>
<NumberButton <NumberButton
style={{ gridColumn: '2/4' }} style={{ gridColumn: '2/4' }}
......
...@@ -427,6 +427,7 @@ export class BoxDialer { ...@@ -427,6 +427,7 @@ export class BoxDialer {
'this_callSession_connection: ', 'this_callSession_connection: ',
this.callSession.connection, this.callSession.connection,
); );
this.callSession.connection.onaddstream = () => {};
// if (this.callSession.connection) { // if (this.callSession.connection) {
// this.callSession?.connection?.onaddstream = (e) => { // this.callSession?.connection?.onaddstream = (e) => {
// console.log('--== UA Conn Added STREAM: ', e); // console.log('--== UA Conn Added STREAM: ', e);
......
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