ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

When using any type of earphone cable or bluetooth no working #101

Closed uendar closed 3 years ago

uendar commented 4 years ago

When i try to use earphone cable or bluetooth i do not listen at all the other person

ccvlad commented 4 years ago

Hi @uendar We did not test sound from earphone cable or bluetooth in our RNVideoChat. Try to switch back from speakerphone :

import InCallManager from 'react-native-incall-manager';

InCallManager. setSpeakerphoneOn(false);
// or InCallManager. setForceSpeakerphoneOn(false);

You may find the info you need in the react-native-incall-manager. We use this library to switch on/off the speaker.

Also have a look on this issue - https://github.com/react-native-webrtc/react-native-incall-manager/issues/117

banshiAnton commented 3 years ago

Seems there is no much activity out there. Closing the issue as stale. If it’s still actual - please raise a new one.