twilio / video-quickstart-android

Twilio Video Quickstart for Android
MIT License
211 stars 160 forks source link

Pure Virtual Function Called ! #672

Closed ka4nklnc closed 2 years ago

ka4nklnc commented 3 years ago

I've been trying to figure out why this issue occurs for a while. On average, it appears in 1 out of 10 video calls. Occurs after the call ends.

In a text I read on Stackoverflow, they explained it as follows. https://stackoverflow.com/questions/14549489/how-to-fix-pure-virtual-function-call-runtime-error

Libraries I use

  com.twilio:voice-android:5.7.2
  com.twilio:video-android:6.4.0

Thank you for your help.

anupdey99 commented 2 years ago

Any solution for the issue?

afalls-twilio commented 2 years ago

@anupdey99 Thank you for the report// 1) What are the steps to reproduce it? (join a call, then exit, then...) 2) What is the call stack you are experiencing? 3) Is it happening with twilio-android 7.0.3 as well? 4) What device is this happening on (what model number)?

Thanks

afalls-twilio commented 2 years ago

@anupdey99 We have recently fixed some bugs, checkout the 7.1.0 release and see if its still happening for you

anupdey99 commented 2 years ago

@afalls-twilio Thanks for the update. Appreciate your hard work.