|
|
|
@ -32,7 +32,6 @@ import org.session.libsession.utilities.truncateIdForDisplay
|
|
|
|
|
import org.session.libsignal.utilities.Log
|
|
|
|
|
import org.thoughtcrime.securesms.PassphraseRequiredActionBarActivity
|
|
|
|
|
import org.thoughtcrime.securesms.dependencies.DatabaseComponent
|
|
|
|
|
import org.thoughtcrime.securesms.mms.GlideApp
|
|
|
|
|
import org.thoughtcrime.securesms.permissions.Permissions
|
|
|
|
|
import org.thoughtcrime.securesms.service.WebRtcCallService
|
|
|
|
|
import org.thoughtcrime.securesms.webrtc.AudioManagerCommand
|
|
|
|
@ -62,7 +61,6 @@ class WebRtcCallActivity : PassphraseRequiredActionBarActivity() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private val viewModel by viewModels<CallViewModel>()
|
|
|
|
|
private val glide by lazy { GlideApp.with(this) }
|
|
|
|
|
private lateinit var binding: ActivityWebrtcBinding
|
|
|
|
|
private var uiJob: Job? = null
|
|
|
|
|
private var wantsToAnswer = false
|
|
|
|
|