StartGroupCallScreenSharing constructor

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

Implementation

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