|
| createAction ($type, $provider, $entityType, $entityId, $joinExisting=false) |
|
| createChildCallAction ($parentId, $newProvider, $newUsers) |
|
| tryJoinCallAction ($type, $provider, $entityType, $entityId) |
|
| interruptAction ($callId) |
|
| getAction ($callId) |
|
| inviteAction ($callId, array $userIds, $video="N", $legacyMobile="N", $repeated="N") |
|
| inviteUsers (\Bitrix\Im\Call\Call $call, $userIds, $isLegacyMobile, $isVideo, $isRepeated) |
|
| cancelAction ($callId) |
|
| answerAction ($callId, $callInstanceId, $legacyMobile="N") |
|
| declineAction (int $callId, $callInstanceId, int $code=603) |
|
| pingAction ($callId, $requestId, $retransmit=true) |
|
| onShareScreenAction ($callId) |
|
| onStartRecordAction ($callId) |
|
| negotiationNeededAction ($callId, $userId, $restart=false) |
|
| connectionOfferAction ($callId, $userId, $connectionId, $sdp, $userAgent) |
|
| connectionAnswerAction ($callId, $userId, $connectionId, $sdp, $userAgent) |
|
| iceCandidateAction ($callId, $userId, $connectionId, array $candidates) |
|
| hangupAction ($callId, $callInstanceId, $retransmit=true) |
|
| getUsersAction ($callId, array $userIds=[]) |
|
| getUserStateAction ($callId, int $userId=0) |
|
| getCallLimitsAction () |
|
| reportConnectionStatusAction (int $callId, bool $connectionStatus) |
|
| configureActions () |
|
Открытые члены унаследованные от Controller |
| __construct (Request $request=null) |
|
| forward ($controller, string $actionName, array $parameters=null) |
|
| getConfigurationOfActions () |
|
| getModuleId () |
|
| isLocatedUnderPsr4 () |
|
| getActionUri (string $actionName, array $params=[], bool $absolute=false) |
|
| getUnsignedParameters () |
|
| getCurrentUser () |
|
| setCurrentUser (CurrentUser $currentUser) |
|
| convertKeysToCamelCase ($data) |
|
| listNameActions () |
|
| getAutoWiredParameters () |
|
| getPrimaryAutoWiredParameter () |
|
| getDefaultAutoWiredParameters () |
|
| getRequest () |
|
| getScope () |
|
| setScope ($scope) |
|
| getSourceParametersList () |
|
| setSourceParametersList ($sourceParametersList) |
|
| run ($actionName, array $sourceParametersList) |
|
| finalizeResponse (Response $response) |
|
| generateActionMethodName ($action) |
|
| redirectTo ($url) |
|
| getErrors () |
|
| getErrorByCode ($code) |
|
См. определение в файле call.php строка 22