We are facing one issue related to Twilio Programmable SDK & AppRTC version 57 for Android. As we have integrated both in existing Android application. You can have a look at the below log cat crash logs for your reference.
E/rtc: #
Fatal error in ../../webrtc/modules/utility/source/jvm_android.cc, line 233
# last system error: 88
# Check failed: !g_jvm
#
#
08-01 16:54:30.975 9534-9534/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 9534
AppRTC - While we use AppRTC P2P video call, first it gets crashed and when we perform same AppRTC P2P video call for the second time, it's get connected but Twilio Multiparty call gets crashed.
Twilio Programmable Video SDK - While we use Twilio Programmable multi-party video call, it's get crashed for the first time and when we perform same Twilio Programmable multi-party video call for the second time, it's get connected but AppRTC P2P video call gets crashed.
Steps to reproduce - 1. Perform AppRTC P2P/Twilio Video call. 2. When the video call is connected, app crashes. 3. Perform Twilio/AppRTC P2P Video call. 4. When the video call is connected, app crashes.
We are facing one issue related to Twilio Programmable SDK & AppRTC version 57 for Android. As we have integrated both in existing Android application. You can have a look at the below log cat crash logs for your reference.
E/rtc: #
Fatal error in ../../webrtc/modules/utility/source/jvm_android.cc, line 233
08-01 16:54:30.975 9534-9534/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 9534
AppRTC - While we use AppRTC P2P video call, first it gets crashed and when we perform same AppRTC P2P video call for the second time, it's get connected but Twilio Multiparty call gets crashed.
Twilio Programmable Video SDK - While we use Twilio Programmable multi-party video call, it's get crashed for the first time and when we perform same Twilio Programmable multi-party video call for the second time, it's get connected but AppRTC P2P video call gets crashed.
Steps to reproduce - 1. Perform AppRTC P2P/Twilio Video call. 2. When the video call is connected, app crashes. 3. Perform Twilio/AppRTC P2P Video call. 4. When the video call is connected, app crashes.
Thanks!