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
Currently i use such code
Scaffold(
body: AmityVideoPlayer(
controller: controller,
onPlay: () {},
onStop: () {
router.pop();
},
onPauase: () {},
),
);
and able to see only video