Add Homer events

This commit is contained in:
Iñaki Baz Castillo
2018-02-05 13:33:47 +01:00
parent 655bf1a217
commit 930fcb69de
8 changed files with 4507 additions and 2480 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export const Consumer = PropTypes.shape(
supported : PropTypes.bool.isRequired,
locallyPaused : PropTypes.bool.isRequired,
remotelyPaused : PropTypes.bool.isRequired,
profile : PropTypes.oneOf([ 'none', 'low', 'medium', 'high' ]),
profile : PropTypes.oneOf([ 'none', 'default', 'low', 'medium', 'high' ]),
track : PropTypes.any,
codec : PropTypes.string
});