StartScheduledGroupCall constructor

const StartScheduledGroupCall({
  1. required int groupCallId,
})

Starts a scheduled group call

Implementation

const StartScheduledGroupCall({
  required this.groupCallId,
});