handleScreenShareRequest method
void
handleScreenShareRequest(
Implementation
void handleScreenShareRequest(bool allow, RemoteActivityData request) {
sendPrivateAction(ActionModel(action: MeetingActions.requestScreenSharePermissionResponse, isScreenShareAllowed: allow), request.identity?.identity ?? "");
}