EndGroupCallScreenSharing constructor
      const
      EndGroupCallScreenSharing({ 
    
- required int groupCallId,
 
Ends screen sharing in a joined group call
Implementation
const EndGroupCallScreenSharing({
  required this.groupCallId,
});