Signaling
Table of Contents
Methods
-
__construct()
: mixed
-
filterPushesForApple()
: mixed
-
sendAnswer()
: mixed
-
sendAssociatedEntityReplaced()
: mixed
-
sendConnectionAnswer()
: mixed
-
sendConnectionOffer()
: mixed
-
sendFinish()
: mixed
-
sendHangup()
: mixed
-
sendIceCandidates()
: mixed
-
sendInvite()
: mixed
-
sendInviteToUser()
: mixed
-
sendNegotiationNeeded()
: mixed
-
sendPing()
: mixed
-
sendSwitchTrackRecordStatus()
: mixed
-
sendUsersInvited()
: mixed
-
sendUsersJoined()
: mixed
__construct()
public
__construct(Call $call) : mixed
Parameters
-
$call
: Call
-
filterPushesForApple()
public
static filterPushesForApple(mixed $message, mixed $deviceType, mixed $deviceToken) : mixed
Parameters
-
$message
: mixed
-
-
$deviceType
: mixed
-
-
$deviceToken
: mixed
-
sendAnswer()
public
sendAnswer(int $senderId, mixed $callInstanceId, mixed $isLegacyMobile) : mixed
Parameters
-
$senderId
: int
-
-
$callInstanceId
: mixed
-
-
$isLegacyMobile
: mixed
-
sendAssociatedEntityReplaced()
public
sendAssociatedEntityReplaced(int $senderId) : mixed
Parameters
-
$senderId
: int
-
sendConnectionAnswer()
public
sendConnectionAnswer(int $senderId, int $toUserId, string $connectionId, string $answerSdp, string $userAgent) : mixed
Parameters
-
$senderId
: int
-
-
$toUserId
: int
-
-
$connectionId
: string
-
-
$answerSdp
: string
-
-
$userAgent
: string
-
sendConnectionOffer()
public
sendConnectionOffer(int $senderId, int $toUserId, string $connectionId, string $offerSdp, string $userAgent) : mixed
Parameters
-
$senderId
: int
-
-
$toUserId
: int
-
-
$connectionId
: string
-
-
$offerSdp
: string
-
-
$userAgent
: string
-
sendFinish()
public
sendFinish() : mixed
sendHangup()
public
sendHangup(int $senderId, array<string|int, mixed> $toUserIds, string|null $callInstanceId[, mixed $code = 200 ]) : mixed
Parameters
-
$senderId
: int
-
-
$toUserIds
: array<string|int, mixed>
-
-
$callInstanceId
: string|null
-
-
$code
: mixed
= 200
-
sendIceCandidates()
public
sendIceCandidates(int $senderId, int $toUserId, string $connectionId, array<string|int, mixed> $iceCandidates) : mixed
Parameters
-
$senderId
: int
-
-
$toUserId
: int
-
-
$connectionId
: string
-
-
$iceCandidates
: array<string|int, mixed>
-
sendInvite()
public
sendInvite(int $senderId, array<string|int, mixed> $toUserIds, mixed $isLegacyMobile[, bool $video = false ][, bool $sendPush = true ]) : mixed
Parameters
-
$senderId
: int
-
-
$toUserIds
: array<string|int, mixed>
-
-
$isLegacyMobile
: mixed
-
-
$video
: bool
= false
-
-
$sendPush
: bool
= true
-
sendInviteToUser()
public
sendInviteToUser(int $senderId, int $toUserId, mixed $invitedUsers, mixed $isLegacyMobile[, bool $video = false ][, bool $sendPush = true ]) : mixed
Parameters
-
$senderId
: int
-
-
$toUserId
: int
-
-
$invitedUsers
: mixed
-
-
$isLegacyMobile
: mixed
-
-
$video
: bool
= false
-
-
$sendPush
: bool
= true
-
sendNegotiationNeeded()
public
sendNegotiationNeeded(int $senderId, int $toUserId, mixed $restart) : mixed
Parameters
-
$senderId
: int
-
-
$toUserId
: int
-
-
$restart
: mixed
-
sendPing()
public
sendPing(int $senderId, mixed $requestId) : mixed
Parameters
-
$senderId
: int
-
-
$requestId
: mixed
-
sendSwitchTrackRecordStatus()
public
sendSwitchTrackRecordStatus(int $senderId, bool $isTrackRecordOn[, string $errorCode = '' ]) : mixed
Parameters
-
$senderId
: int
-
-
$isTrackRecordOn
: bool
-
-
$errorCode
: string
= ''
-
sendUsersInvited()
public
sendUsersInvited(int $senderId, array<string|int, mixed> $toUserIds, array<string|int, mixed> $users, bool $show) : mixed
Parameters
-
$senderId
: int
-
-
$toUserIds
: array<string|int, mixed>
-
-
$users
: array<string|int, mixed>
-
-
$show
: bool
-
sendUsersJoined()
public
sendUsersJoined(int $senderId, array<string|int, mixed> $joinedUsers) : mixed
Parameters
-
$senderId
: int
-
-
$joinedUsers
: array<string|int, mixed>
-