EricssonResearch / openwebrtc-android-sdk

SDK for adding OpenWebRTC to your Android app
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

It's not possible to set send rotation or mirroring #3

Closed Rugvip closed 3 years ago

Rugvip commented 9 years ago

This is implemented in OpenWebRTC but needs to be implemented in a way that makes sense in the SDK.

carterbryden commented 8 years ago

Seconded, there was an issue opened and closed in the openwebrtc-examples repo that dealt with this, though mainly focused on iOS. It didn't seem to come to any useful conclusion as far as I could tell. Still not sure how to handle rotation using the sdk.

stefanalund commented 8 years ago

As @Rugvip points out, this would likely be a pretty simple add-on to the SDK. @carterbryden any chance you would be interested in having a crack at it?

carterbryden commented 8 years ago

We're going to take a look at it and see if we can come up with something