File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments