twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK
Apache License 2.0
245 stars 98 forks source link

Error `getSinkHintsId on a null object` when using bandwidth profile #268

Open jagamypriera opened 1 year ago

jagamypriera commented 1 year ago

Describe the bug Got error attempt to invoke virtual method 'long.com.twilio.video.videosinkhintsproducer.getSinkHintsId()' on a null object reference whenever I try to use bandwidth profile following the instructions from the doc

To Reproduce Steps to reproduce the behavior:

  1. Use bandwidth profile
  2. Do a call
  3. Crash

Expected behavior Doesn't crash

Screenshots N/A

Android Device (please complete the following information):

Video Android SDK (please complete the following information):

Additional context N/A

ocarevs commented 1 month ago

@jagamypriera Are you having this issue with this project, or rather with Video SDK and your own app? Could you provide a code snippet or maybe add some logs?