twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Record participants on connect" not working from settings

asifrony opened this issue · comments

Hi,
In settings > advanced there is a feature "Record participants on connect" which default value is false (unchecked in settings > advanced).
But still the video and audio is recording.
I need to turn off recording from app, not from Twillio console, is it possible?
I am in debugging/development state now, not in production.

Thanks,
Asif

Hi @asifrony ! Thanks for reaching out. This actually won't have an affect in the community flavor of the app, it only works on the Twilio internal flavor which is not exposed to devs outside of Twilio. This is indeed unexpected behavior and we will work on removing it from the community flavor of the app to avoid confusion.

I need to turn off recording from app, not from Twillio console, is it possible?

You can indeed control recording from the app, but you will have to write the logic to do so as it is not currently supported. In order to add this support in the app you will have to interact with the Recording REST API since there is no support for this in the Video Android SDK. Hope that helps!

Hi @asifrony ! I went ahead and merged #210 which fixes the settings issue that you mentioned. I'm going to close this issue for now but please reopen as needed. Thanks!