Skip to content

Commit 9a3bc94

Browse files
authored
Add infiniteWhiteboard to features enum (#220)
1 parent 7d82f34 commit 9a3bc94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Enum/Feature.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ enum Feature: string
4949
case DOWNLOAD_PRESENTATION_ORIGINAL_FILE = 'downloadPresentationOriginalFile';
5050
case DOWNLOAD_PRESENTATION_CONVERTED_TO_PDF = 'downloadPresentationConvertedToPdf';
5151
case TIMER = 'timer';
52+
case INFINITE_WHITEBOARD = 'infiniteWhiteboard';
5253
}

0 commit comments

Comments
 (0)