Skip to content

Commit

Permalink
Fix isBroadcaster method
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored May 11, 2024
1 parent 4af4767 commit 7103f76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ class Messenger {
}

_isBroadcaster(context) {
return true
//return context['user-id'] === context['room-id']
return context['user-id'] === context['room-id']
}
}

Expand Down

0 comments on commit 7103f76

Please sign in to comment.