Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
432 stars 100 forks source link

How to mirror video? #218

Closed Lenne231 closed 8 years ago

Lenne231 commented 8 years ago

Is there a way to mirror the video when using the WebRTC plugin? Currently it's very easy to do this with a video element but it doesn't seem to be possible when using the plugin.

#video
{
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
jokester commented 8 years ago

I was able to mirror <object> with similar CSS in Safari 9 / OSX.

Can you provide an working example?

johache commented 8 years ago

Hi guys,

I believe getaroom.io is a working example Please note that the