callstats-io / webrtc-demoapp

Another journey towards understanding WebRTC. In the end it should resemble demo.callstats.io, probably with more features?
MIT License
5 stars 2 forks source link

Mirror the own image. [ local video ] #57

Closed pallab-gain closed 6 years ago

pallab-gain commented 6 years ago

https://app.clubhouse.io/callstatsio/story/8330/mirror-the-own-image

Mirrored local video view

Supported in -

pallab-gain commented 6 years ago

@lennart-csio There is two styling for video view. Mirror style only apply for local stream. Currently this is how I make sure that mirroring only took place for local video - Snippet from the code - style={this.videoHandler.name === 'local' ? mirrorStyle : customStyle}

lennart-csio commented 6 years ago

ok thanks for explaining! i already approved :)