Fork me on GitHub

Licode's Blog 

Here we will keep you informed about last news, events, and other stuff related to Licode and WebRTC.

Configuration of roles in Licode (update)

- Lynckia


This is an update of the previous post about roles management in Licode.

We have changed the format in which roles are defined in Licode’s installation. The new format is:

config.roles = {
  "teacher": {"publish": true, "subscribe": true, "record": true},
  "student": {"subscribe": true}
};

We can edit the roles in the configuration file that we can find at licode/licode_config.js once installed.

Comments