flutter_zoom_sdk
flutter_zoom_sdk copied to clipboard
Add flag secure to zoom meeting activity
I wanted to add secure flag in my app. I did this with flutter_windowmanager. This works but not always. When we start a meeting the activity inside zoom sdk is being called. Here the secure flag does not seem to be working. I did some research and found out that we have to specifically add this flag onto zoom's meetingActivity.
Found a way to implement this but had a doubt. The steps are explained here https://devsupport.zoom.us/hc/en-us/articles/360060332651-How-to-Extend-the-MeetingActivity.
My question is this:- can I do this inside this flutter_zoom_sdk plugin or do I need to do this in my android project?
will do it..........wait for next release