Room to extend ChangeNotifier
This commit is contained in:
@@ -67,7 +67,7 @@ class Participant {
|
||||
Participant(this.sid, this.identity);
|
||||
|
||||
set isSpeaking(bool speaking) {
|
||||
if (_isSpeaking != speaking) {
|
||||
if (_isSpeaking == speaking) {
|
||||
return;
|
||||
}
|
||||
_isSpeaking = speaking;
|
||||
|
||||
Reference in New Issue
Block a user