Fix call link join issue and add denial dialogs into call UI v2.

This commit is contained in:
Alex Hart
2024-09-16 10:24:43 -03:00
committed by Greyson Parrelli
parent 5bd3eda17d
commit cd846f2b6d
5 changed files with 145 additions and 4 deletions

View File

@@ -33,6 +33,11 @@ class CallLinkPreJoinActionProcessor(
private val TAG = Log.tag(CallLinkPreJoinActionProcessor::class.java)
}
override fun handleSetRingGroup(currentState: WebRtcServiceState, ringGroup: Boolean): WebRtcServiceState {
Log.i(TAG, "handleSetRingGroup(): Ignoring.")
return currentState
}
override fun handlePreJoinCall(currentState: WebRtcServiceState, remotePeer: RemotePeer): WebRtcServiceState {
Log.i(TAG, "handlePreJoinCall():")