Skip to content

Commit 8c883eb

Browse files
committed
Add BBB 3.0 new API methods and remove enter as never used by integrations
1 parent 5e37b13 commit 8c883eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Core/ApiMethod.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ final class ApiMethod
2525
public const CREATE = 'create';
2626
public const JOIN = 'join';
2727
public const INSERT_DOCUMENT = 'insertDocument';
28-
public const ENTER = 'enter';
2928
public const END = 'end';
3029
public const IS_MEETING_RUNNING = 'isMeetingRunning';
3130
public const GET_MEETING_INFO = 'getMeetingInfo';
@@ -37,6 +36,9 @@ final class ApiMethod
3736
public const UPDATE_RECORDINGS = 'updateRecordings';
3837
public const GET_RECORDING_TEXT_TRACKS = 'getRecordingTextTracks';
3938
public const PUT_RECORDING_TEXT_TRACK = 'putRecordingTextTrack';
39+
public const SEND_CHAT_MESSAGE = 'sendChatMessage';
40+
public const GET_JOIN_URL = 'getJoinUrl';
41+
public const FEEDBACK = 'feedback';
4042
public const HOOKS_CREATE = 'hooks/create';
4143
public const HOOKS_LIST = 'hooks/list';
4244
public const HOOKS_DESTROY = 'hooks/destroy';

0 commit comments

Comments
 (0)