Flutter video SDK for Live streaming features

How to use all these beautiful stuff with flutter video SDK for Live streaming?
There are:

  • comments
  • viewer quantity
  • in the left upper corner, the name of videohoster

image

Currently i use such code

Scaffold(
      body: AmityVideoPlayer(
        controller: controller,
        onPlay: () {},
        onStop: () {
          router.pop();
        },
        onPauase: () {},
      ),
    );

and able to see only video

Hello @Yarshau , Unfortunately, we don’t currently have these features available. To use features like comments, viewer quantity, and displaying the name of the video hoster in the left upper corner with the Flutter Video SDK for live streaming, you’ll need to implement them on your front end.

If you need further assistance, feel free to reach out!