Jonathan Chang

Results 144 comments of Jonathan Chang

Seems like it might be a dupe of https://github.com/twilio/video-quickstart-android/issues/519. Did you make sure to call disconnect and then unmount all of the components?

While the error handling could be improved, I think the best way to avoid this would be to disable the camera flip behavior until the camera has started. You can...

Before asking again, you might need to unmount the twilio video component and remount it.

You can add a state variables, like isAskingForPermissions, and then guard the twilio video component with that: ``` {!isAskingForPermissions && } ``` So that once isAskingForPermissions is true, then the...

Ok, I have a couple of guesses. But just to clarify, do you get the error when things are mounted or when performing an operation (i.e. calling `connect`)?

I guess I never did respond. So I'm not super sure what the underlying cause is but my guess at the time (which might still be correct) is that because...

Hi, if you're interested in helping us upgrade, a PR would be welcome!

If this only applies to Safari then it might be a codec issue; please consult https://www.twilio.com/docs/video/managing-codecs to verify that the codecs are set up in a way that is compatible.

@zuhairnaqi , interesting. That code shouldn't be doing anything to the video received by the android app; it only changed what the android app publishes. Do you have more info...

Point well taken, once things stabilize a bit I'll push 2.1.0. I've created a tracking issue: #542