JoinLiveStory constructor

JoinLiveStory({
  1. required int groupCallId,
  2. GroupCallJoinParameters? joinParameters,
})

Implementation

JoinLiveStory({required this.groupCallId, this.joinParameters});