I want to modify the video streaming coming from Jitsi Meet in flutter for adding effects. And I also want to change the default conferencing view and show the frames in my own custom view. But I am unable to access the frame using the library provided by Jitsi. How can I get the frame from Jitsi. Or is there any way to get the streaming link and implement the service using WebRTC?
Asked
Active
Viewed 335 times
1
-
You can code to click a screenshot wheneve required – Karan Mehta Mar 17 '21 at 08:50
-
I don’t think it is a optimal way of doing the work. Moreover i want the actual frames. Screenshots will contain other items. – Eishon Mar 17 '21 at 09:16
1 Answers
1
There is no such way to do that in flutter application as it is directly shows on the view. So you may have to depend on web application to do such processing.

R.R.R
- 28
- 4