We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d82f34 commit 9a3bc94Copy full SHA for 9a3bc94
1 file changed
src/Enum/Feature.php
@@ -49,4 +49,5 @@ enum Feature: string
49
case DOWNLOAD_PRESENTATION_ORIGINAL_FILE = 'downloadPresentationOriginalFile';
50
case DOWNLOAD_PRESENTATION_CONVERTED_TO_PDF = 'downloadPresentationConvertedToPdf';
51
case TIMER = 'timer';
52
+ case INFINITE_WHITEBOARD = 'infiniteWhiteboard';
53
}
0 commit comments