mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Integrate calling with Android Telecom system.
This commit is contained in:
committed by
Alex Hart
parent
2ed39e4448
commit
d6b6884c69
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user