Jerry·H
Jerry·H
抱歉,源代码是这段 ``` final int BUFFER_SIZE = compressed.length; GZIPInputStream gis = null; ByteArrayInputStream is = null; try { is = new ByteArrayInputStream(compressed); gis = new GZIPInputStream(is, BUFFER_SIZE); StringBuilder string = new...
同求,楼主实现了吗
Hi. Have you implemented the offline creation contract call?
我也遇到这个问题了 请问下怎么解决的呢
Hi @Viish Thank you for your reply. I tested it on an Android 11 device using the SDK ``linphone-sdk-android-5.5.0-alpha.31357+6acfc43806.aar`` and the app ``linphone-android-6.0.17.apk``. The issue consistently reproduces after multiple manual...
Here are the reproduction steps after integrating the ``linphone-sdk-android-5.5.0-alpha.31357+6acfc43806.aar`` SDK: The issue occurs when I manually set the system time to ``2025-09-03 13:42:42``. ``13:42:47.821``: The call is initiated. ``13:43:17.908``: The...
I implemented a LocalSend for HarmonyOS Next version,The system now has functions for receiving and sending files. 😋https://github.com/azhu003/localsend-harmony