|
| __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) |
|
| 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 () |
|
|
| getInvitePush (int $senderId, int $toUserId, $isLegacyMobile, $video) |
|
| getPublicIds (array $userIds) |
|
| send (string $command, $users, array $params=[], $push=null, $ttl=5) |
|
См. определение в файле signaling.php строка 10
◆ __construct()
__construct |
( |
Call | $call | ) |
|
◆ filterPushesForApple()
static 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 ) |
◆ sendUsersInvited()
sendUsersInvited |
( |
int | $senderId, |
|
|
array | $toUserIds, |
|
|
array | $users ) |
◆ sendUsersJoined()
sendUsersJoined |
( |
int | $senderId, |
|
|
array | $joinedUsers ) |
◆ $call