100mslive / 100ms-react-native

React Native Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
76 stars 29 forks source link

Query Regarding Room Usage in Audio/Video Calling Application #1380

Closed kherajanid closed 2 months ago

kherajanid commented 2 months ago

Specifically, we are debating between two strategies for room usage:

  1. Creating a new room every time a call is initiated.
  2. Using a static room code that remains consistent for each user.

We would greatly appreciate your insights and recommendations on which approach would be best suited for our application. Your expertise in this area would be invaluable to us as we aim to provide the best user experience possible.

github-actions[bot] commented 2 months ago

Hello! Thank you for filing an issue.

Please include relevant logs or detailed description for faster resolutions.

We really appreciate your contribution!

ygit commented 2 months ago

hey @kherajanid Go with option 1, i.e. create a new Room every time a call is initiated. Let me know if you face any issues with this approach.

ygit commented 2 months ago

hey @kherajanid I hope you can resolve the query now.