Vonage-Community / sample-video-flutter-app

Apache License 2.0
5 stars 1 forks source link

How can I show list of multi video widget? #9

Open bizk-sato opened 1 year ago

bizk-sato commented 1 year ago

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.

スクリーンショット 2022-12-20 20 04 15