Skip to content

Commit

Permalink
feat: sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucisokiu committed Oct 26, 2024
1 parent b5d7514 commit c9ddd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/webrtc/webrtc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class WaterbusWebRTCManagerIpml extends WaterbusWebRTCManager {

_subscribers[targetId]?.isHandRaising = isRaising;

_notify(CallbackEvents.shouldBeUpdateState);
_notify(CallbackEvents.raiseHand);
}

@override
Expand Down
1 change: 1 addition & 0 deletions lib/types/enums/callback_events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ enum CallbackEvents {
newParticipant,
participantHasLeft,
shouldBeUpdateState,
raiseHand,
meetingEnded,
}

0 comments on commit c9ddd25

Please sign in to comment.