You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.27.0 seems have a bug when code executes unbindVideoElement function.
previously, the function unbindVideoElement takes tileId , so it works with unbindVideoElement(tileId), however, after upgrading to v3.27.0, it no longer works, it throws error parameter 1 is not of type 'Element'. instead.
What happened and what did you expect to happen?
v3.27.0 seems have a bug when code executes unbindVideoElement function.
previously, the function
unbindVideoElement
takes tileId , so it works withunbindVideoElement(tileId)
, however, after upgrading to v3.27.0, it no longer works, it throws errorparameter 1 is not of type 'Element'.
instead.Needs a fix asap.
Have you reviewed our existing documentation?
Reproduction steps
just execute unbindVideoElement with tileId, you will be able to reproduce it with v3.27.0
Amazon Chime SDK for JavaScript version
v3.27.0
What browsers are you seeing the problem on?
Chrome
Browser version
latest
Meeting and Attendee ID Information.
No response
Browser console logs
parameter 1 is not of type 'Element' on resizeobserver
The text was updated successfully, but these errors were encountered: