2015-01-27 09:56:22 +00:00
|
|
|
var RTCEvents = {
|
|
|
|
LASTN_CHANGED: "rtc.lastn_changed",
|
|
|
|
DOMINANTSPEAKER_CHANGED: "rtc.dominantspeaker_changed",
|
|
|
|
LASTN_ENDPOINT_CHANGED: "rtc.lastn_endpoint_changed",
|
|
|
|
SIMULCAST_LAYER_CHANGED: "rtc.simulcast_layer_changed",
|
|
|
|
SIMULCAST_LAYER_CHANGING: "rtc.simulcast_layer_changing",
|
|
|
|
SIMULCAST_START: "rtc.simlcast_start",
|
2015-03-27 09:36:39 +00:00
|
|
|
SIMULCAST_STOP: "rtc.simlcast_stop",
|
|
|
|
AVAILABLE_DEVICES_CHANGED: "rtc.available_devices_changed"
|
2015-01-28 14:35:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = RTCEvents;
|