diff --git a/src/Enum/MeetingLayout.php b/src/Enum/MeetingLayout.php index a06293c3..b359459d 100644 --- a/src/Enum/MeetingLayout.php +++ b/src/Enum/MeetingLayout.php @@ -27,6 +27,7 @@ */ enum MeetingLayout: string { + case UNIFIED_LAYOUT = 'UNIFIED_LAYOUT'; case CUSTOM_LAYOUT = 'CUSTOM_LAYOUT'; case SMART_LAYOUT = 'SMART_LAYOUT'; case PRESENTATION_FOCUS = 'PRESENTATION_FOCUS';