Can I render the video of multiple people in multiple parts of the screen in a webpage

okay this might be a already a feature, I am new to zoom developer section and I am looking for a specific feature to use in a video call/conference call service like zoom.

I am simply making a webapp using react.js and I want a feature where I can display cam feed onto a specific div and control this for every user that joins. so lets say I have a div of 100 by 100 pixels and I simply want to assign that div as cam feed window to the user that joins and do the same with other people and assign them their own little box div. is this possible with zoom? or does zoom gives a static embedded div of its own where the users appear side by side in video feed.

I am very new to zoom SDK and I am looking to use the SDK for this specific feature