StartScheduledGroupCall constructor
const
StartScheduledGroupCall({
- required int groupCallId,
Starts a scheduled group call
Implementation
const StartScheduledGroupCall({
required this.groupCallId,
});