Skip to content

Commit 2c73722

Browse files
authored
Merge branch 'master' into add-bbb-3.0-create-and-join-params
2 parents 28852bf + ec9c644 commit 2c73722

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Enum/Feature.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ enum Feature: string
3030
case BREAKOUT_ROOMS = 'breakoutRooms';
3131
case CAPTIONS = 'captions';
3232
case CHAT = 'chat';
33+
case PRIVATE_CHAT = 'privateChat';
3334
case DOWNLOAD_PRESENTATION_WITH_ANNOTATIONS = 'downloadPresentationWithAnnotations';
3435
case EXTERNAL_VIDEOS = 'externalVideos';
3536
case IMPORT_PRESENTATION_WITH_ANNOTATIONS_FROM_BREAKOUT_ROOMS = 'importPresentationWithAnnotationsFromBreakoutRooms';
@@ -50,4 +51,11 @@ enum Feature: string
5051
case DOWNLOAD_PRESENTATION_CONVERTED_TO_PDF = 'downloadPresentationConvertedToPdf';
5152
case TIMER = 'timer';
5253
case INFINITE_WHITEBOARD = 'infiniteWhiteboard';
54+
case DELETE_CHAT_MESSAGE = 'deleteChatMessage';
55+
case EDIT_CHAT_MESSAGE = 'editChatMessage';
56+
case REPLY_CHAT_MESSAGE = 'replyChatMessage';
57+
case CHAT_MESSAGE_REACTIONS = 'chatMessageReactions';
58+
case RAISE_HAND = 'raiseHand';
59+
case USER_ACTIONS = 'userActions';
60+
case CHAT_EMOJI_PICKER = 'chatEmojiPicker';
5361
}

0 commit comments

Comments
 (0)