Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom streams don't trigger subscribe and unsubscribe events #120

Open
2 tasks done
enricop89 opened this issue Mar 31, 2022 · 0 comments
Open
2 tasks done

Custom streams don't trigger subscribe and unsubscribe events #120

enricop89 opened this issue Mar 31, 2022 · 0 comments

Comments

@enricop89
Copy link
Contributor

New issue checklist

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 })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant