You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application has functionality for call management (answering, creating new calls, etc.). This is all done using such packages as react-native-callkeep, react-native-incall-manager and jssip. I also use @jitsi/react-native-sdk to implement video conferencing.
The main problem is that after the user leaves the conference, the “Speaker” is used to output the audio. It seems that one of the functions of the AudioMode.m module changes the audio output and does not return everything to the previous state (or does not clear) after the conference is over. Also, I see that the event emitter tries to send the audio mode change event constantly:
Can I manually change the audio output for jitsi? Or is there some other way to solve this?
Platform
Chrome (or Chromium based)
Firefox
Safari
Other desktop browser
Android browser
iOS browser
Electron app
Android mobile app
iOS mobile app
Custom app using a mobile SDK
Browser / app / sdk version
10.2.1
Relevant log output
No response
Reproducibility
The problem is reproducible on meet.jit.si
More details?
IOS - 17.7
@jitsi/react-native-sdk - 10.2.1
The text was updated successfully, but these errors were encountered:
What happened?
My application has functionality for call management (answering, creating new calls, etc.). This is all done using such packages as react-native-callkeep, react-native-incall-manager and jssip. I also use @jitsi/react-native-sdk to implement video conferencing.
The main problem is that after the user leaves the conference, the “Speaker” is used to output the audio. It seems that one of the functions of the AudioMode.m module changes the audio output and does not return everything to the previous state (or does not clear) after the conference is over. Also, I see that the event emitter tries to send the audio mode change event constantly:
Can I manually change the audio output for jitsi? Or is there some other way to solve this?
Platform
Browser / app / sdk version
10.2.1
Relevant log output
No response
Reproducibility
More details?
IOS - 17.7
@jitsi/react-native-sdk - 10.2.1
The text was updated successfully, but these errors were encountered: