LoyaiHai
LoyaiHai
Hi When I initiate a meeting, I type in the server terminal: api conference xml_list\n\n The data returned does not contain information about the person who created the meeting. If...
Hi @Viish I by setting the video parameters: the Core setPreferredVideoDefinitionByName (" cif "), Core.setVideoPreset("default") Simultaneous comparison: Core. SetPreferredVideoDefinitionByName (" VGA "), Core.setVideoPreset("default") The value of upload bandwidth and download...
Hi @Viish When I put the adaptive rate close: Core. SetAdaptiveRateControlEnabled (false), I found my configuration of upload and download bandwidth than reach my configuration parameter values: My custom configuration:...
Hi @Viish When I am testing linphone, this problem occurs: the freeswitch server initiates a meeting. When the Java background service sends a pull request to freeswitch, MicSip is on...
Hi I have two identical 8.1 Android devices here. When I was in a video call, I found that after a while, the speaker will make a harsh sound, about...
Hello Now, through the porting project, I found that in the video call, the value of Call.GetCurrentParams ().getSentFramerate() the sent video FPS is not known how to configure, could you...
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...
我在com.guolindev.permissionx:permissionx:1.6.0中,通过添加Manifest.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS这个权限,发现返回的直接是权限被授予了,但是实际却并没有,请问一下这种情况有没有解决? @guolindev
Hi I had some problems registering for linphone, and here is one of my registration procedures: first: public void initLinphone(Context context) { Factory.instance().setLogCollectionPath("/storage/emulated/0/" + "Test" + "/linphone"); Factory.instance().enableLogCollection(LogCollectionState.Enabled); Factory.instance().setCacheDir(context.getCacheDir().getAbsolutePath()); linphonePreferences...
Hi @Viish 44/5000 When I was about to switch the front and rear cameras, I found that the device would report this error when the rear camera was switched to...