named parameter added for exception. Otherwise this cannot be used in JS
named parameter added for exception. Otherwise this cannot be used in JS
This commit is contained in:
parent
6480a6462b
commit
654a76d6ef
@ -121,7 +121,7 @@ class VideoEventEmitter {
|
||||
|
||||
private static final String EVENT_PROP_ERROR = "error";
|
||||
private static final String EVENT_PROP_ERROR_STRING = "errorString";
|
||||
private static final String EVENT_PROP_ERROR_EXCEPTION = "";
|
||||
private static final String EVENT_PROP_ERROR_EXCEPTION = "errorException";
|
||||
|
||||
private static final String EVENT_PROP_TIMED_METADATA = "metadata";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user