OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Fixing Android Demo: Landscape Display Issue #190

Closed potato04 closed 4 months ago

potato04 commented 4 months ago

This pull request addresses a landscape display issue in the Android demo. Previously, the display failed to render correctly in landscape mode despite setting the ScreenOrientation to landscape in the SessionActivity. The bug has been resolved by introducing an EglBase singleton instance and making necessary modifications to the rendering logic.

Fixes #81

CSantosM commented 4 months ago

Hi @potato04, Thank you for your contribution! I'll go ahead and merge your fix into the main branch.