-
Notifications
You must be signed in to change notification settings - Fork 36
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
Low volume / no sound between participants in conference #80
Comments
I personally don't use the conference flow in my deployments and this feature was a done based on community request #39 but I was never able to completely test this feature. One hypothesis that I have is this could be based on the way it is implemented. The current implementation is where the audio channels are linked with each other
An alternative could be using |
My bad I double checked the documentation of pjusa2 and the I will see if there is any way to replicate the issue, but not sure I would be able to because I have only 1 single device to test on. |
Hello, Yes, this feature is a bit difficult to test :) We did some further testing yesterday, and this time, the participants could not hear each other at all. So, during our initial tests, perhaps the host's microphone was picking up the sound from his headset, and the participants were hearing each other through the host's microphone, hence why the volume between participants was very low... I've looked at PJSIP's documentation, and it does seem like TinyPhone is implementing conference calls in the recommended manner. I'm not very familiar with PJSIP... Could this issue occur because Or, perhaps there is more than one audio media per call, and |
Regarding this comment:
My bad, this scenario doesn't appear to be possible, since the endpoint returns 'Bad Request' if the call is currently on hold. We will do some further testing today and see if we can figure out the issue... |
Actually, I investigated the issue in more detail, and it seems like the problem was on our end. We are using a slightly forked version of the softphone, and the issue was probably caused by some changes which were done internally by one of our developers. In our case, Very sorry for wasting your time! |
After further verification, it seems that we can still reproduce the issue, using On second thought, we think it might be caused by some kind of race condition between Based on the code, it looks like
We are not sure if this scenario is possible, but maybe it would explain the behavior that we noticed during our tests... EDIT: According to PJSIP's logs, it does seem like
|
Hello,
We are experiencing an issue with the 'conference' feature.
During a conference, the host can hear the participants at a reasonable volume, and the participants can also hear the host. However, the participants can barely hear each other. It seems like the audio between participants is very quiet.
Here is an example scenario:
Do you know why this issue might occur? Or, do you have any suggestions for debugging this problem?
Here is the content of
config.json
, in case it might be related to the issue:The text was updated successfully, but these errors were encountered: