You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling videos using the Brightcove MAPI wrapper, if a Video is returned with the controllerType 'LIVE_STREAMING,' the commons library throws a JSONException: "com.brightcove.org.json.JSONException: [ERR] Media API specified invalid value for controller type 'LIVE_STREAMING'."
The ControllerTypeEnum class in the commons library does not appear to handle this controllerType.
The text was updated successfully, but these errors were encountered:
When pulling videos using the Brightcove MAPI wrapper, if a Video is returned with the controllerType 'LIVE_STREAMING,' the commons library throws a JSONException: "com.brightcove.org.json.JSONException: [ERR] Media API specified invalid value for controller type 'LIVE_STREAMING'."
The ControllerTypeEnum class in the commons library does not appear to handle this controllerType.
The text was updated successfully, but these errors were encountered: