We are getting the following error in the console after we established a call:
AvayaClientServices.min.js:6736 Uncaught InvalidStateError: Failed to set the 'direction' property on 'RTCRtpTransceiver': The transceiver is stopping.
at e.<anonymous> (AvayaClientServices.min.js:6736:32)
at Array.forEach (<anonymous>)
at t.setLocalVideoDirection (AvayaClientServices.min.js:6721:40)
at e.disableLocalVideoStreams (AvayaClientServices.min.js:20164:34)
at u.<anonymous> (AvayaClientServices.min.js:23996:23)
at t._sendUpdatedSdp (AvayaClientServices.min.js:6141:18)
at e.<anonymous> (AvayaClientServices.min.js:5689:52)
After this error it is no longer possible to do anything with the call.
AvayaClientServices.min.js:6736 Uncaught InvalidStateError: Failed to set the 'direction' property on 'RTCRtpTransceiver': The transceiver is stopping.
at e.<anonymous> (AvayaClientServices.min.js:6736:32)
at Array.forEach (<anonymous>)
at t.setLocalVideoDirection (AvayaClientServices.min.js:6721:40)
at e.disableLocalVideoStreams (AvayaClientServices.min.js:20164:34)
at u.<anonymous> (AvayaClientServices.min.js:23996:23)
at t._sendUpdatedSdp (AvayaClientServices.min.js:6141:18)
at e.<anonymous> (AvayaClientServices.min.js:5689:52)
After this error it is no longer possible to do anything with the call.
Comment