Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

ESS-1614 | Add roomSize initOption and pass to API Server #406

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR:

A new public config option roomSize has been added to convey the approximate number of peers that could join a room. This information is passed to the API SERVER via url param &room_size to manage and create MCU instances respectively.

See ESS-1614 for more details.