twilio / twilio-video.js

Twilio’s Programmable Video JavaScript SDK
https://www.twilio.com/docs/video/javascript
Other
567 stars 216 forks source link

Officially support Chromium's new documentPictureInPicture API #2044

Open jpodwys opened 5 months ago

jpodwys commented 5 months ago

Twilio employee Donal Toomey requested that I create this issue.

I'd like to request official documentPictureInPicture support. Today, Twilio's very nice efficiency features (pausing tracks when a tab is backgrounded) result in pausing all video feeds in a documentPictureInPicture context. I've forked Twilio's SDK to support this. Would love to see official support so we can get back onto the main repo.

I'm also happy to share the changes I made, although they were more brute force than surgical.

Thank you!

jpodwys commented 1 month ago

@donaltoomey is there any update here?