Ankur Oberoi

Results 141 comments of Ankur Oberoi

Here is a screenshot of me observing this behavior. Notice that there is no height/width on the video element in the DOM, and the styles inspector shows just width set...

We may need to punt on this issue until opentok.js supports `object-fit` based sizing of video views.

If anyone has experience with these tools, your input would be very welcome: - https://github.com/purplecabbage/cordova-paramedic - https://github.com/apache/cordova-medic

This happens to the subscriber video element as well.

@adam: even if this was about the fact that the DOM cannot place anything over the `` elements, shouldn't the `` element itself be scaled up to the size we...

in summary i think the iosrtc MediaStreamRenderer has to read the object-fit property from the video element, and if it is set to `cover` then it also has to inspect...

ah crap, sorry for the frequent updates. even if iosrtc implements what i said above, this would be different from the standard, because the standard implementation allows the video frame...

- the `refreshVideos()` method might be able to be mounted into the OT namespace, and called automatically in certain instances. - the `OT.setLogLevel()` method could be enhanced by adding logging...

I ran into the same issue, even when I pass the keys as the second type parameter. I believe the `RequestAtLeastOne` type's implementation just doesn't play nice with type narrowing....

I'm not sure what the state of Express 5 is, but is this something that would be up for consideration/discussion?