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

react native - default devices are not respected #1219

Open
1 of 3 tasks
santhoshvai opened this issue Dec 13, 2023 · 0 comments
Open
1 of 3 tasks

react native - default devices are not respected #1219

santhoshvai opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working react-native React Native SDK issues

Comments

@santhoshvai
Copy link
Member

santhoshvai commented Dec 13, 2023

Which package/packages do you use?

  • @stream-io/video-react-sdk
  • @stream-io/video-react-native-sdk
  • @stream-io/video-client

Describe the bug
Join a call with

await call?.join({
        data: {
          settings_override: {
            audio: {
              default_device: 'speaker',
            },
          },
        },
      });

and notice that default device is not respected..

@santhoshvai santhoshvai added the bug Something isn't working label Dec 13, 2023
@santhoshvai santhoshvai changed the title react native react native - default devices are not respected Dec 13, 2023
@oliverlaz oliverlaz added the react-native React Native SDK issues label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working react-native React Native SDK issues
Projects
None yet
Development

No branches or pull requests

2 participants