mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 21:24:42 +00:00
Update to RingRTC v2.34.0
This commit is contained in:
committed by
Cody Henthorne
parent
45f1f419e1
commit
9da5f47623
@@ -901,6 +901,11 @@ private void processStateless(@NonNull Function1<WebRtcEphemeralState, WebRtcEph
|
||||
// TODO: Implement handling of reactions.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRaisedHands(@NonNull GroupCall groupCall, List<Long> raisedHands) {
|
||||
// TODO: Implement handling of raise hand.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRemoteDeviceStatesChanged(@NonNull GroupCall groupCall) {
|
||||
process((s, p) -> p.handleGroupRemoteDeviceStateChanged(s));
|
||||
|
||||
Reference in New Issue
Block a user