Integrate calling with Android Telecom system.

This commit is contained in:
Cody Henthorne
2022-02-23 13:16:25 -05:00
committed by Alex Hart
parent 2ed39e4448
commit d6b6884c69
31 changed files with 920 additions and 332 deletions

View File

@@ -82,7 +82,7 @@ class WebRtcViewModel(state: WebRtcServiceState) {
}
val state: State = state.callInfoState.callState
val groupState: GroupCallState = state.callInfoState.groupCallState
val groupState: GroupCallState = state.callInfoState.groupState
val recipient: Recipient = state.callInfoState.callRecipient
val isRemoteVideoOffer: Boolean = state.getCallSetupState(state.callInfoState.activePeer?.callId).isRemoteVideoOffer
val callConnectedTime: Long = state.callInfoState.callConnectedTime