GetStream/stream-video-js

react native - default devices are not respected

santhoshvai opened this issue · 0 comments

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..