diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/call/CallActivity.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/call/CallActivity.kt index a57e14b76d..d12168b29e 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/call/CallActivity.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/call/CallActivity.kt @@ -113,7 +113,7 @@ class CallActivity : AppCompatActivity() { // Create the Activity-owned call session. val callSession = CallSession( - context = applicationContext, + context = this, callManager = callManager, scope = lifecycleScope, publishWrap = { wrap -> accountViewModel.account.publishCallSignaling(wrap) },