Commit 401fdec5 authored by Muhammadali's avatar Muhammadali

update-

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