EndGroupCallScreenSharing constructor

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

Ends screen sharing in a joined group call

Implementation

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