# Can two different user join a session within same main thread

**URL:** https://devforum.zoom.us/t/can-two-different-user-join-a-session-within-same-main-thread/92138
**Category:** Linux
**Created:** [July 20, 2023, 1:26pm UTC](https://devforum.zoom.us/t/can-two-different-user-join-a-session-within-same-main-thread/92138 "2023-07-20T13:26:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![abdulwazeed](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/abdulwazeed/32/50328_2.png) [@abdulwazeed](https://devforum.zoom.us/u/abdulwazeed)
#### Post date: [July 20, 2023, 1:26pm UTC](https://devforum.zoom.us/t/can-two-different-user-join-a-session-within-same-main-thread/92138/1 "2023-07-20T13:26:55Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![chunsiong.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/chunsiong.zoom/32/35488_2.png) [@chunsiong.zoom](https://devforum.zoom.us/u/chunsiong.zoom)
#### Post date: [July 21, 2023, 12:07am UTC](https://devforum.zoom.us/t/can-two-different-user-join-a-session-within-same-main-thread/92138/2 "2023-07-21T00:07:18Z")

</div>

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