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
I have searched existing issues and this is not a duplicate.
General information
Library version(s): 2.0.17
iOS/Android/Browser version(s): Browser
Devices/Simulators/Machine affected: all
Reproducible in the demo project? (Yes/No): yes
Related issues:
Bug report
When you publish a stream with a custom videoSource (startCall({videoSource:MediaStreamTrack})), the library doesn't send the subscribeToCustom and unsubscribeFromCustom events because they are not handled by the events.js file
Expected behavior
it should trigger the subscribe and unsubscribe events for the custom source
Actual behavior
it doesn't trigger the events.
Steps to reproduce
Run the sample app with otCore .startCall({ videoSource: MediaStreamTrack })
The text was updated successfully, but these errors were encountered:
New issue checklist
README
General information
Bug report
When you publish a stream with a custom videoSource (
startCall({videoSource:MediaStreamTrack})
), the library doesn't send the subscribeToCustom and unsubscribeFromCustom events because they are not handled by the events.js fileExpected behavior
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: