Hi, I am trying to mirror the input steam from the user's mediaDevice horizontally but I don't know how.
ovenLivekit.getUserMedia().then(function () {
// Got device stream and start streaming to OvenMediaEngine
ovenLivekit.startStreaming('ws://my-local-ip:3333/app/stream?direction=send');
});