Skip to content

Commit f42fb54

Browse files
authored
Add UNIFIED_LAYOUT case to MeetingLayout enum
1 parent ccdeb34 commit f42fb54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Enum/MeetingLayout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
*/
2828
enum MeetingLayout: string
2929
{
30+
case UNIFIED_LAYOUT = 'UNIFIED_LAYOUT';
3031
case CUSTOM_LAYOUT = 'CUSTOM_LAYOUT';
3132
case SMART_LAYOUT = 'SMART_LAYOUT';
3233
case PRESENTATION_FOCUS = 'PRESENTATION_FOCUS';

0 commit comments

Comments
 (0)