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
Using v1.4.0, when I change the listener to the new one, I get an exception that the event is not supported.
Event 'MediaTranscodingStateChanged' not supported (Code:40106, Type:null, Data: {"type": "MEDIA_OBJECT_EVENT_NOT_SUPPORTED"})
If I use the deprecated method addMediaTranscodingStateChangeListener instead of addMediaTranscodingStateChange*d*Listener, it works without any problem.
The text was updated successfully, but these errors were encountered:
In kurento 7.0.0, they have renamed some events, among them:
Using v1.4.0, when I change the listener to the new one, I get an exception that the event is not supported.
If I use the deprecated method
addMediaTranscodingStateChangeListener
instead ofaddMediaTranscodingStateChange*d*Listener
, it works without any problem.The text was updated successfully, but these errors were encountered: