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
Is your feature request related to a problem? Please describe.
Currently it is difficult to see text on a an Android phone while viewing a screen share.
Describe the solution you'd like
The ability for the user to zoom in on the primary participant view when a remote participant is sharing their screen.
The text was updated successfully, but these errors were encountered:
found a zoomable texture view library, say this one
copied ZoomableTextureView.java into the project
renamed the class into ZoomableVideoTextureView
let it extend VideoTextureView instead of TextureView
replaced VideoTextureView with ZoomableVideoTextureView in the XML layout file
Edit: It's not the best solution, since it zooms the content after it gets rendered into the view with VideoTrack.addSink. Small text can get pixelated on some devices in portrait mode. But it's a decent workaround.
Is your feature request related to a problem? Please describe.
Currently it is difficult to see text on a an Android phone while viewing a screen share.
Describe the solution you'd like
The ability for the user to zoom in on the primary participant view when a remote participant is sharing their screen.
The text was updated successfully, but these errors were encountered: