cindyb

Results 74 comments of cindyb

@makarandp0 I have enabled the insights so you should be apble to review our logs please advise, thank you

still occurring with 2.22.0 ``` Unhandled Runtime Error TwilioError: Client is unable to create or apply a local media description Call Stack MediaClientLocalDescFailedError.TwilioError [as constructor] node_modules/twilio-video/es5/util/twilioerror.js (56:0) new MediaClientLocalDescFailedError node_modules/twilio-video/es5/util/twilio-video-errors.js...

@makarandp0 @charliesantos any updates? this is really impacting us... Primarily on windows to windows, chrome

we had to stop publishing the canvas track on Windows 10 Chrome to avoid this error in this way: ``` const aCanvasTrack = getLocalVideoTrackFromCanvas( participant.sid, canvasOverlayBuff ).then((track: LocalVideoTrack) => {...

I'm also seeing this on Mac iOS 15.5 Safari

as in ``` Video.connect(twilioToken, { name: roomName, tracks: localTracks, logLevel: "debug", preferredAudioCodecs: [{ codec: 'opus', dtx: false }] ``` ?

potential workaround from other related issues: https://github.com/twilio/twilio-video.js/issues/1366 we had no significant improvement to the iphone audio after modifying the connection options

I have found that creating more than one AudioContext with Twilio causes severe audio problems in iOS. Also, if I use the default audio connection when setting up a room,...

we have also found the connection between a Windows NT.10.0 with Chrome 93.0.4577.63 to an iPhone 14.7.1 to be extremely static-y/inaudible and echo-prone on speakerphone, unless the iphone user is...

here is the code in which I attach the audioTrack: ``` const audioEl = useRef(); // try to address issue with iphone /* attach to the mode wrapper so that...