Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1144 Discussions

Error in creating room: Bad room configuration [Retry]

Sivabudh_U_
Beginner
242 Views

Intel SC WebRTC version: 3.0.

OS: Ubuntu 14.04.3 x64

Node: 4.1.2 (please note: it seems the command `bin/init.sh --deps` actually requires Node 4.1 not 4.2. See output: https://gist.github.com/b6f68dc9362b9bc21f47)

What's wrong: When executing `bin/start-all.sh`, I'm getting "Error in creating room: Bad room configuration [Retry]"

See: https://gist.github.com/sivabudh/54ccb0f36e1bc078a207

It seems the script attempts to create a room when it runs? That's quite puzzling.

Thanks!

 

0 Kudos
3 Replies
Chunbo_H_Intel1
Employee
242 Views

Hi Sivabudh,

This is the flaw in the node version check. We're going to release a hotfix with more rigorous validation. Stay tuned!

Thanks!

Sivabudh_U_
Beginner
242 Views

Right. Thanks, but there's another problem that's not related to Node version check though.

When executing `bin/start-all.sh`, I'm getting "Error in creating room: Bad room configuration [Retry]"

See: https://gist.github.com/sivabudh/54ccb0f36e1bc078a207

I'm quite puzzled why the server tries to create a room when it first launches.

Chunbo_H_Intel1
Employee
242 Views

Hi Sivabudh,

This is the default behavior in our released basic sample. As the best practice, we recommend you make your own logic there as the web server logic.

Thanks!

Reply