Hey @ramy.dridi @ronen.landesman,
If you’re looking to have your meeting recorded in the Zoom Web SDK, you’ll need to add the record function into your ZoomMtg.Join() success callback function.
ZoomMtg.record({ record: true });
You can find some more details on how to do this here:
Let me know if this is what you’re looking for!
Best, Will