From 333dc81fb64932751166064edf173c9d1c3ab8cd Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 7 Oct 2021 13:48:45 -0700 Subject: [PATCH] Update media permissions copy --- src/Room.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Room.jsx b/src/Room.jsx index 099c15d..68012a5 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -191,12 +191,12 @@ function RoomSetupView({
{state === GroupCallState.LocalCallFeedUninitialized && (

- Webcam permissions needed to join the call. + Webcam/microphone permissions needed to join the call.

)} {state === GroupCallState.InitializingLocalCallFeed && (

- Accept Webcam permissions to join the call. + Accept webcam/microphone permissions to join the call.

)}