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.
1145 Discussions

How can I get the real service-id and service-key?

浩然_陈_
Beginner
298 Views

Server OS: Ubuntu 14.04 Application: Intel webrtc 3.2.1
Client OS: Ubuntu 14.04 In the same machine JavaScriptSDK

basicSever.js line 41:

N.API.init('_auto_generated_ID_', '_auto_generated_KEY_', 'https://localhost:3004/');

_auto_generated_ID_ should change by real service-id
_auto_generated_KEY_ should change by real service-key

But how can I get the real service-id and service-key?
What is the relationship between them and "MyRoom Id"?

Thanks!

0 Kudos
2 Replies
han_x_
Beginner
298 Views

执行bin/init-all.sh会打印出来。

Lei_Z_Intel1
Employee
298 Views

As Han answered, init.sh can print default super service and sample service id and key. And you can use Nuve API to manage services through super service. Service is like tenant logically, each tenant can manage multiple rooms, other service can't access them.

Reply