Update to RingRTC v2.46.0

This commit is contained in:
Jim Gustafson
2024-08-05 11:51:14 -07:00
committed by mtang-signal
parent ddb367edbe
commit ffd2e164bf
3 changed files with 12 additions and 6 deletions

View File

@@ -616,6 +616,12 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
case LOCAL_CONNECTED:
case REMOTE_CONNECTED:
return p.handleCallConnected(s, remotePeer);
case REMOTE_AUDIO_ENABLE:
// TODO: Implement handling when the remote enables audio.
break;
case REMOTE_AUDIO_DISABLE:
// TODO: Implement handling when the remote disables audio.
break;
case REMOTE_VIDEO_ENABLE:
return p.handleRemoteVideoEnable(s, true);
case REMOTE_VIDEO_DISABLE: