Issues with video calls using the Android native mobile app

Mohamed Roshdy

New Member
Hello,
While trying the video-chat Android native app you published on the GitHub we found some anomalies!
Here is a list of devices we used in our scenarios:
  1. Laptop using chrome browser (Device A)
  2. Huawei Y6II Android 6 (Device B)
  3. Samsung Note 2 Android 7 (Device C)
  4. Samsung A720F Android 8 (Device D)
We faced the following problems:
  1. Using browser to browser, everything looks good
  2. Using browser to device B or C, I can't see the video published from device B or C
  3. Using browser to device D, everything looks good
  4. Using device B or C to device D, I can't see the video published from device D
  5. Using device B to device C, everything looks good
Please note that these issues are not directly related to audio since in most cases audio does go through but not in all calls.
 

Max

Administrator
Staff member
Hello,

Please try it with VP8 priority to see if that is related to H.264 support. Some devices may not support H.264.
In WCS_HOME/conf/flashphoner.properties place vp8 before h264
Code:
codecs  =opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,h264,flv,mpv
and restart the WCS.
 
Top