This message was deleted.
# helpdesk
s
This message was deleted.
e
to be clear, you’re asking for a way to unflip the front camera for the local user?
@polite-kilobyte-67570
f
@eager-raincoat-52616 yes. So we won't have any mirror issues on front camera or back camera
d
@faint-army-19363 take a look at the new components framework instead. The old livekit-react package is no longer supported by us. The VideoTrack component would give you control over whether it should be mirrored or not
👍 1
f
Noted with Thanks @dry-elephant-14928
p
@faint-army-19363 the way this is currently handled in the new components framework is via data properties (and css), have a look here in case you want to customize/override the default behaviour https://github.com/livekit/components-js/blob/main/packages/styles/scss/components/participant/_participant-media.scss#L10
f
Thanks @polite-kilobyte-67570. will look into this and ping if there any further inquiry