Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

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

浩然_陈_
Beginner
510 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
510 Views

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

0 Kudos
Lei_Z_Intel1
Employee
510 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.

0 Kudos
Reply