I want to use list of multi_video.dart widgets.
To do that I added sessionKey and token properties to multi_video.dart.
It seems like this sample app uses hybrid composition of flutter and I don't know how to add or remove multiple multi video compoents.
MainActivity.kt
flutterEngine
.platformViewsController
.registry
.registerViewFactory("opentok-multi-video-container", MultiVideoFactory())
Is there any way to use multiple multi video components in native view so that I can make list of calls?
Below is the image of what I want to achieve.

I want to use list of
multi_video.dartwidgets.To do that I added sessionKey and token properties to
multi_video.dart.It seems like this sample app uses hybrid composition of flutter and I don't know how to add or remove multiple multi video compoents.
MainActivity.ktIs there any way to use multiple multi video components in native view so that I can make list of calls?
Below is the image of what I want to achieve.