UserPresetPermissionsModel

constructor(viewType: String? = null, acceptWaitingRequests: Boolean? = null, requestProduce: Boolean? = null, canAllowParticipantScreensharing: Boolean? = null, canDisableParticipantAudio: Boolean? = null, canDisableParticipantVideo: Boolean? = null, requestKickParticipant: Boolean? = null, kickParticipant: Boolean? = null, pinParticipant: Boolean? = null, canRecord: Boolean? = null, waitingRoomType: WaitingRoomType, plugins: UserPresetPluginPermissions? = null, polls: UserPresetPollsPermissions? = null, produce: UserPresetProducePermissions? = null, chat: UserPresetChatPermissionProps? = null, reactions: Boolean? = null, hiddenParticipant: Boolean? = null, showParticipantList: Boolean? = null, canChangeParticipantRole: Boolean? = null, canChangeTheme: Boolean? = null, canPresent: Boolean? = null, acceptPresentRequests: Boolean? = null, canEditDisplayName: Boolean? = null, isRecorder: Boolean? = null, canSpotLight: Boolean? = null)