Meet (meet)
Description
Starts the videoconferencing server Era Meet.
Reserved in mode Active-Passive.
Forms collections/classes: meet/Rooms, meet/Users, meet/RoomSessions, meet/UserSessions, meet/Messages, meet/records, meet/Feedbacks. Allows their further modification in the direction of extending the composition of properties and variants of values of enumerated fields.
Creates classes in the domain center for use by the server Era Meet.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "meet1",
"roletype": "meet",
"iface": "eth0",
"group": 11420,
"order": 1,
"roleid": 11420,
"separate": true,
"listeniface": "eth0",
"port": 4123,
"cert_domain": "my.host.ru",
"certdir": "alias://paths/meet_certdir",
"license_path": "alias://paths/meet_license",
"monitoring_enabled": true,
"report_password": "reppass",
"default_domain": "td1",
"log_level": 3
}