twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on Samsung Device

patidars opened this issue · comments

Describe the bug
App get crash on Samsung device which does not support videoCodec H264 and join the the room with VP8 while other device join the same room with H264

To Reproduce
Steps to reproduce the behavior:

  1. Android Device1: Join room with videoCodec H264
  2. Android Samsung Device(does not support H264): Join above room with videoCodec VP8
  3. Room get connected, Device1 can see thumbnail of Samsung device without video(black screen)
  4. Samsung Device get crash just after room join.

Expected behavior
App should not crash and should work as expected.

Android Device (please complete the following information):

  • Device: Samsung Galaxy A10s
  • API Version: API 29

Video Android SDK (please complete the following information):

  • Version: 7.1.0

Additional context
This crash got introduce on Video SDK version 7.x

Logs:

Fatal error in: /root/project/video/src/media/video_sdp_utils.cpp, line 567
last system error: 0
Check failed: session_description

Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 19139 (MediaFactoryImp)

This issue should be fixed in 7.1.2