StartGroupCallScreenSharing constructor

const StartGroupCallScreenSharing({
  1. required int groupCallId,
  2. required int audioSourceId,
  3. required String payload,
})

Starts screen sharing in a joined group call. Returns join response payload for tgcalls

Implementation

const StartGroupCallScreenSharing({
  required this.groupCallId,
  required this.audioSourceId,
  required this.payload,
});