StoryContentLive constructor

StoryContentLive({
  1. required int groupCallId,
  2. required bool isRtmpStream,
})

Implementation

StoryContentLive({required this.groupCallId, required this.isRtmpStream});