Can two different user join a session within same main thread

I am creating an application where I have 2 different camera feed which I want to send in a zoom session through the same linux application. I am tcreating one zoom video sdk object, one video sdk delegate and creating two different threads one for each camera feed. with in the thread I am creating a new zoom session context with a different external camera source and calling join session api. Currently only one user is able to join and another user is failing to join. How can I proceed.

@abdulwazeed , no I don’t think you can do that.