Caio Melo

Results 4 comments of Caio Melo

Following @bkohler616's suggestion, for anyone interested, here's an rough draft script to remove `kotlin-android-extensions` from `build.gradle`: ```javascript #!/usr/bin/env node 'use strict'; const fs = require('fs'); const path = require('path'); const...

I wonder if this is why the app I'm currently developing has suddenly started failing delivering both video and audio from the subscriber stream. The app, which is stuck at...

Yep, updating the SDK did the trick. In my case, I updated `@opentok/client` to 2.19.2 and native Android/iOS SDKs to 2.19.0. I'm sending a PR for this, it'd be really...

Much appreciated, @vikaskonsam! I've applied the fix locally and it worked. The only difference is that I kept the SDK version at 2.19.0 and it worked just fine, but I...