Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can I turn on only audio without camera ? #407

Open
tsolutionsx opened this issue Aug 8, 2024 · 0 comments
Open

how can I turn on only audio without camera ? #407

tsolutionsx opened this issue Aug 8, 2024 · 0 comments

Comments

@tsolutionsx
Copy link

How are you support team ?

now I am going to make the meeting screen as like google.

          {isCamera && (
            <Webcam
              ref={webcamRef}
              audio={isAudio}
              screenshotFormat='image/jpeg'
              videoConstraints={videoConstraints}
              onUserMedia={onUserMedia}
              className='w-full h-full object-cover'
            />
          )}

in this case, how can I enable only audio ? as you know, user can disable camera, then because isCamere will be false, component don't showing. but I want audio is possible even if user disable camera. how can I do ? please help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant