Ability to simulate subscriber-bandwidth (#835)
* Ability to simulate subscriber-bandwidth
By using `room.simulateScenario('subscriber-bandwidth', bitrate)`,
one could override server-side bandwidth estimator with set bandwidth.
This can be used to test application behavior when congested or
to disable congestion control entirely (by setting bandwidth to 100Mbps)
* changeset