Skip to content

Commit

Permalink
Add infiniteWhiteboard to features enum
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Sep 23, 2024
1 parent 3563503 commit 85024b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enum/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ enum Feature: string
case DOWNLOAD_PRESENTATION_ORIGINAL_FILE = 'downloadPresentationOriginalFile';
case DOWNLOAD_PRESENTATION_CONVERTED_TO_PDF = 'downloadPresentationConvertedToPdf';
case TIMER = 'timer';
case INFINITE_WHITEBOARD = 'infiniteWhiteboard';
}

0 comments on commit 85024b8

Please sign in to comment.