12 lines
344 B
JavaScript
12 lines
344 B
JavaScript
var StreamEventTypes = {
|
|
EVENT_TYPE_LOCAL_CREATED: "stream.local_created",
|
|
|
|
EVENT_TYPE_LOCAL_ENDED: "stream.local_ended",
|
|
|
|
EVENT_TYPE_REMOTE_CREATED: "stream.remote_created",
|
|
|
|
EVENT_TYPE_REMOTE_ENDED: "stream.remote_ended"
|
|
};
|
|
|
|
//These lines should be uncommented when require works in app.js
|
|
//module.exports = StreamEventTypes;
|