How to change video dimensions/resolution after publishing it?

I’m implementing a feature that is meant to enable the user to change it’s video dimensions (180p, 360p, 720p), but I couldn’t find a straightforward way to do that after the stream is published.

I’ll be very gratefull if someone could help me, best regards.

Try using “replaceTrack” method: Switch camera - OpenVidu Docs

1 Like

Thank you for the hint :raised_hands:, It realy solved my problem.