File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments