|
| | __construct (Call $call) |
| | sendInviteToUser (int $senderId, int $toUserId, $invitedUsers, $isLegacyMobile, bool $video=false, bool $sendPush=true) |
| | sendInvite (int $senderId, array $toUserIds, $isLegacyMobile, bool $video=false, bool $sendPush=true) |
| | sendUsersJoined (int $senderId, array $joinedUsers) |
| | sendUsersInvited (int $senderId, array $toUserIds, array $users, bool $show) |
| | sendAssociatedEntityReplaced (int $senderId) |
| | sendAnswer (int $senderId, $callInstanceId, $isLegacyMobile) |
| | sendPing (int $senderId, $requestId) |
| | sendNegotiationNeeded (int $senderId, int $toUserId, $restart) |
| | sendConnectionOffer (int $senderId, int $toUserId, string $connectionId, string $offerSdp, string $userAgent) |
| | sendConnectionAnswer (int $senderId, int $toUserId, string $connectionId, string $answerSdp, string $userAgent) |
| | sendIceCandidates (int $senderId, int $toUserId, string $connectionId, array $iceCandidates) |
| | sendHangup (int $senderId, array $toUserIds, ?string $callInstanceId, $code=200) |
| | sendFinish () |
| | sendSwitchTrackRecordStatus (int $senderId, bool $isTrackRecordOn, string $errorCode='') |
См. определение в файле signaling.php строка 10
◆ __construct()
| __construct |
( |
Call | $call | ) |
|
◆ filterPushesForApple()
| filterPushesForApple |
( |
| $message, |
|
|
| $deviceType, |
|
|
| $deviceToken ) |
|
static |
◆ getInvitePush()
| getInvitePush |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
| $isLegacyMobile, |
|
|
| $video ) |
|
protected |
◆ getPublicIds()
| getPublicIds |
( |
array | $userIds | ) |
|
|
protected |
◆ send()
| send |
( |
string | $command, |
|
|
| $users, |
|
|
array | $params = [], |
|
|
| $push = null, |
|
|
| $ttl = 5 ) |
|
protected |
◆ sendAnswer()
| sendAnswer |
( |
int | $senderId, |
|
|
| $callInstanceId, |
|
|
| $isLegacyMobile ) |
◆ sendAssociatedEntityReplaced()
| sendAssociatedEntityReplaced |
( |
int | $senderId | ) |
|
◆ sendConnectionAnswer()
| sendConnectionAnswer |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
string | $connectionId, |
|
|
string | $answerSdp, |
|
|
string | $userAgent ) |
◆ sendConnectionOffer()
| sendConnectionOffer |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
string | $connectionId, |
|
|
string | $offerSdp, |
|
|
string | $userAgent ) |
◆ sendFinish()
◆ sendHangup()
| sendHangup |
( |
int | $senderId, |
|
|
array | $toUserIds, |
|
|
?string | $callInstanceId, |
|
|
| $code = 200 ) |
◆ sendIceCandidates()
| sendIceCandidates |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
string | $connectionId, |
|
|
array | $iceCandidates ) |
◆ sendInvite()
| sendInvite |
( |
int | $senderId, |
|
|
array | $toUserIds, |
|
|
| $isLegacyMobile, |
|
|
bool | $video = false, |
|
|
bool | $sendPush = true ) |
◆ sendInviteToUser()
| sendInviteToUser |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
| $invitedUsers, |
|
|
| $isLegacyMobile, |
|
|
bool | $video = false, |
|
|
bool | $sendPush = true ) |
◆ sendNegotiationNeeded()
| sendNegotiationNeeded |
( |
int | $senderId, |
|
|
int | $toUserId, |
|
|
| $restart ) |
◆ sendPing()
| sendPing |
( |
int | $senderId, |
|
|
| $requestId ) |
◆ sendSwitchTrackRecordStatus()
| sendSwitchTrackRecordStatus |
( |
int | $senderId, |
|
|
bool | $isTrackRecordOn, |
|
|
string | $errorCode = '' ) |
◆ sendUsersInvited()
| sendUsersInvited |
( |
int | $senderId, |
|
|
array | $toUserIds, |
|
|
array | $users, |
|
|
bool | $show ) |
◆ sendUsersJoined()
| sendUsersJoined |
( |
int | $senderId, |
|
|
array | $joinedUsers ) |
- Аргументы
-
| int | $senderId | |
| int[] | $joinedUsers | |
- Возвращает
- bool
См. определение в файле signaling.php строка 163
◆ $call
Объявления и описания членов класса находятся в файле: