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

[stable16] Fix screensharing offer sent to peers not in the call #1753

Merged
merged 1 commit into from Apr 25, 2019

Commits on Apr 25, 2019

  1. Fix screensharing offer sent to peers not in the call

    Despite its name, "usersInCallMapping" includes all the users in the
    room, not only those currently in the call. Therefore, when iterating
    through it, it should be checked whether a user is in the call or not to
    prevent sending the screensharing offer to peers not in the call.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu authored and Backportbot committed Apr 25, 2019
    Copy the full SHA
    e216b48 View commit details
    Browse the repository at this point in the history