Update to RingRTC v2.34.0

This commit is contained in:
Jim Gustafson
2023-10-17 18:59:07 -07:00
committed by Cody Henthorne
parent 45f1f419e1
commit 9da5f47623
3 changed files with 11 additions and 6 deletions

View File

@@ -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));