BelledonneCommunications / linphone-sdk

Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git)
GNU Affero General Public License v3.0
104 stars 80 forks source link

Symptom After a voice conference line is enabled, a common audio call is received again, but pause() is not adjusted for the previous line. #409

Open LoyaiHai opened 2 months ago

LoyaiHai commented 2 months ago

Hi @Viish now i have a question: I will start a audio meeting, CallParams callParams = currentCore.createCallParams(call); // 这里的媒体方向,主要是设置对方的方向,而不是自身的方向 callParams.setAudioDirection(MediaDirection.SendOnly); // 自动接听 int acceptPttValue = call.acceptWithParams(callParams); Then after a few seconds, I received a normal audio call, but at this time did not receive the audio conference pause callback, on the other hand, I also tried to manually call pause, but the return value is -1, may I ask what caused this QQ截图20240708174930 Thank you Cheers

LoyaiHai commented 1 month ago

Hi @Viish Viish transferred this issue from BelledonneCommunications/linphone-android 2 days ago what is mean?

Viish commented 1 month ago

It means this issue isn't related to our Android app.