mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 18:26:57 +00:00
Update to RingRTC v2.46.0
This commit is contained in:
committed by
mtang-signal
parent
ddb367edbe
commit
ffd2e164bf
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user