diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index b443f90b..6b103899 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -113,7 +113,8 @@ class ChatView extends StatelessWidget { ]; } else { return [ - if (Matrix.of(context).webrtcIsSupported) + if (Matrix.of(context).webrtcIsSupported && + controller.room!.isDirectChat) IconButton( onPressed: controller.onPhoneButtonTap, icon: const Icon(Icons.call_outlined),