code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setRingingTimeout($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class); $this->ringing_timeout = $var; return $this; }
Max time for the callee to answer the call. Generated from protobuf field <code>.google.protobuf.Duration ringing_timeout = 11;</code> @param \Google\Protobuf\Duration $var @return $this
setRingingTimeout
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function getMaxCallDuration() { return $this->max_call_duration; }
Max call duration. Generated from protobuf field <code>.google.protobuf.Duration max_call_duration = 12;</code> @return \Google\Protobuf\Duration|null
getMaxCallDuration
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function setMaxCallDuration($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class); $this->max_call_duration = $var; return $this; }
Max call duration. Generated from protobuf field <code>.google.protobuf.Duration max_call_duration = 12;</code> @param \Google\Protobuf\Duration $var @return $this
setMaxCallDuration
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function getKrispEnabled() { return $this->krisp_enabled; }
Enable voice isolation for the callee. Generated from protobuf field <code>bool krisp_enabled = 14;</code> @return bool
getKrispEnabled
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function setKrispEnabled($var) { GPBUtil::checkBool($var); $this->krisp_enabled = $var; return $this; }
Enable voice isolation for the callee. Generated from protobuf field <code>bool krisp_enabled = 14;</code> @param bool $var @return $this
setKrispEnabled
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function getMediaEncryption() { return $this->media_encryption; }
Generated from protobuf field <code>.livekit.SIPMediaEncryption media_encryption = 18;</code> @return int
getMediaEncryption
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function setMediaEncryption($var) { GPBUtil::checkEnum($var, \Livekit\SIPMediaEncryption::class); $this->media_encryption = $var; return $this; }
Generated from protobuf field <code>.livekit.SIPMediaEncryption media_encryption = 18;</code> @param int $var @return $this
setMediaEncryption
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function getWaitUntilAnswered() { return $this->wait_until_answered; }
Wait for the answer for the call before returning. Generated from protobuf field <code>bool wait_until_answered = 19;</code> @return bool
getWaitUntilAnswered
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function setWaitUntilAnswered($var) { GPBUtil::checkBool($var); $this->wait_until_answered = $var; return $this; }
Wait for the answer for the call before returning. Generated from protobuf field <code>bool wait_until_answered = 19;</code> @param bool $var @return $this
setWaitUntilAnswered
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPParticipantRequest.php
Apache-2.0
public function getSource() { return $this->source; }
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code> @return int
getSource
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function setSource($var) { GPBUtil::checkEnum($var, \Livekit\TrackSource::class); $this->source = $var; return $this; }
Generated from protobuf field <code>.livekit.TrackSource source = 2;</code> @param int $var @return $this
setSource
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function getPreset() { return $this->readOneof(3); }
Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset preset = 3;</code> @return int
getPreset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function setPreset($var) { GPBUtil::checkEnum($var, \Livekit\IngressAudioEncodingPreset::class); $this->writeOneof(3, $var); return $this; }
Generated from protobuf field <code>.livekit.IngressAudioEncodingPreset preset = 3;</code> @param int $var @return $this
setPreset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function getOptions() { return $this->readOneof(4); }
Generated from protobuf field <code>.livekit.IngressAudioEncodingOptions options = 4;</code> @return \Livekit\IngressAudioEncodingOptions|null
getOptions
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function setOptions($var) { GPBUtil::checkMessage($var, \Livekit\IngressAudioEncodingOptions::class); $this->writeOneof(4, $var); return $this; }
Generated from protobuf field <code>.livekit.IngressAudioEncodingOptions options = 4;</code> @param \Livekit\IngressAudioEncodingOptions $var @return $this
setOptions
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioOptions.php
Apache-2.0
public function getIdentity() { return $this->identity; }
Generated from protobuf field <code>string identity = 2;</code> @return string
getIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.php
Apache-2.0
public function setIdentity($var) { GPBUtil::checkString($var, True); $this->identity = $var; return $this; }
Generated from protobuf field <code>string identity = 2;</code> @param string $var @return $this
setIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.php
Apache-2.0
public function getPermission() { return $this->permission; }
set to update the participant's permissions Generated from protobuf field <code>.livekit.ParticipantPermission permission = 4;</code> @return \Livekit\ParticipantPermission|null
getPermission
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.php
Apache-2.0
public function setPermission($var) { GPBUtil::checkMessage($var, \Livekit\ParticipantPermission::class); $this->permission = $var; return $this; }
set to update the participant's permissions Generated from protobuf field <code>.livekit.ParticipantPermission permission = 4;</code> @param \Livekit\ParticipantPermission $var @return $this
setPermission
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.php
Apache-2.0
public function getRtpTimestamp() { return $this->rtp_timestamp; }
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code> @return int
getRtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setRtpTimestamp($var) { GPBUtil::checkUint32($var); $this->rtp_timestamp = $var; return $this; }
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code> @param int $var @return $this
setRtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getRtpTimestampExt() { return $this->rtp_timestamp_ext; }
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code> @return int|string
getRtpTimestampExt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setRtpTimestampExt($var) { GPBUtil::checkUint64($var); $this->rtp_timestamp_ext = $var; return $this; }
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code> @param int|string $var @return $this
setRtpTimestampExt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getNtpTimestamp() { return $this->ntp_timestamp; }
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code> @return int|string
getNtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setNtpTimestamp($var) { GPBUtil::checkUint64($var); $this->ntp_timestamp = $var; return $this; }
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code> @param int|string $var @return $this
setNtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getAt() { return $this->at; }
time at which this happened Generated from protobuf field <code>int64 at = 4;</code> @return int|string
getAt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setAt($var) { GPBUtil::checkInt64($var); $this->at = $var; return $this; }
time at which this happened Generated from protobuf field <code>int64 at = 4;</code> @param int|string $var @return $this
setAt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getAtAdjusted() { return $this->at_adjusted; }
Generated from protobuf field <code>int64 at_adjusted = 5;</code> @return int|string
getAtAdjusted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setAtAdjusted($var) { GPBUtil::checkInt64($var); $this->at_adjusted = $var; return $this; }
Generated from protobuf field <code>int64 at_adjusted = 5;</code> @param int|string $var @return $this
setAtAdjusted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getPackets() { return $this->packets; }
Generated from protobuf field <code>uint32 packets = 6;</code> @return int
getPackets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setPackets($var) { GPBUtil::checkUint32($var); $this->packets = $var; return $this; }
Generated from protobuf field <code>uint32 packets = 6;</code> @param int $var @return $this
setPackets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getOctets() { return $this->octets; }
Generated from protobuf field <code>uint64 octets = 7;</code> @return int|string
getOctets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setOctets($var) { GPBUtil::checkUint64($var); $this->octets = $var; return $this; }
Generated from protobuf field <code>uint64 octets = 7;</code> @param int|string $var @return $this
setOctets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getStarted() { return $this->started; }
Generated from protobuf field <code>bool started = 1;</code> @return bool
getStarted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setStarted($var) { GPBUtil::checkBool($var); $this->started = $var; return $this; }
Generated from protobuf field <code>bool started = 1;</code> @param bool $var @return $this
setStarted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getReferenceLayerSpatial() { return $this->reference_layer_spatial; }
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code> @return int
getReferenceLayerSpatial
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setReferenceLayerSpatial($var) { GPBUtil::checkInt32($var); $this->reference_layer_spatial = $var; return $this; }
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code> @param int $var @return $this
setReferenceLayerSpatial
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getPreStartTime() { return $this->pre_start_time; }
Generated from protobuf field <code>int64 pre_start_time = 3;</code> @return int|string
getPreStartTime
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setPreStartTime($var) { GPBUtil::checkInt64($var); $this->pre_start_time = $var; return $this; }
Generated from protobuf field <code>int64 pre_start_time = 3;</code> @param int|string $var @return $this
setPreStartTime
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getExtFirstTimestamp() { return $this->ext_first_timestamp; }
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code> @return int|string
getExtFirstTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setExtFirstTimestamp($var) { GPBUtil::checkUint64($var); $this->ext_first_timestamp = $var; return $this; }
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code> @param int|string $var @return $this
setExtFirstTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getDummyStartTimestampOffset() { return $this->dummy_start_timestamp_offset; }
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code> @return int|string
getDummyStartTimestampOffset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setDummyStartTimestampOffset($var) { GPBUtil::checkUint64($var); $this->dummy_start_timestamp_offset = $var; return $this; }
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code> @param int|string $var @return $this
setDummyStartTimestampOffset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getRtpMunger() { return $this->rtp_munger; }
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code> @return \Livekit\RTPMungerState|null
getRtpMunger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setRtpMunger($var) { GPBUtil::checkMessage($var, \Livekit\RTPMungerState::class); $this->rtp_munger = $var; return $this; }
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code> @param \Livekit\RTPMungerState $var @return $this
setRtpMunger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getVp8Munger() { return $this->readOneof(7); }
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code> @return \Livekit\VP8MungerState|null
getVp8Munger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setVp8Munger($var) { GPBUtil::checkMessage($var, \Livekit\VP8MungerState::class); $this->writeOneof(7, $var); return $this; }
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code> @param \Livekit\VP8MungerState $var @return $this
setVp8Munger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getSenderReportState() { return $this->sender_report_state; }
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code> @return \Google\Protobuf\Internal\RepeatedField
getSenderReportState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setSenderReportState($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\RTCPSenderReportState::class); $this->sender_report_state = $arr; return $this; }
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code> @param \Livekit\RTCPSenderReportState[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setSenderReportState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getEgressId() { return $this->egress_id; }
(optional, filter by egress ID) Generated from protobuf field <code>string egress_id = 2;</code> @return string
getEgressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function setEgressId($var) { GPBUtil::checkString($var, True); $this->egress_id = $var; return $this; }
(optional, filter by egress ID) Generated from protobuf field <code>string egress_id = 2;</code> @param string $var @return $this
setEgressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function getActive() { return $this->active; }
(optional, list active egress only) Generated from protobuf field <code>bool active = 3;</code> @return bool
getActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function setActive($var) { GPBUtil::checkBool($var); $this->active = $var; return $this; }
(optional, list active egress only) Generated from protobuf field <code>bool active = 3;</code> @param bool $var @return $this
setActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function getKind() { @trigger_error('kind is deprecated.', E_USER_DEPRECATED); return $this->kind; }
Generated from protobuf field <code>.livekit.DataPacket.Kind kind = 1 [deprecated = true];</code> @return int @deprecated
getKind
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setKind($var) { @trigger_error('kind is deprecated.', E_USER_DEPRECATED); GPBUtil::checkEnum($var, \Livekit\DataPacket\Kind::class); $this->kind = $var; return $this; }
Generated from protobuf field <code>.livekit.DataPacket.Kind kind = 1 [deprecated = true];</code> @param int $var @return $this @deprecated
setKind
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getDestinationIdentities() { return $this->destination_identities; }
identities of participants who will receive the message (sent to all by default) Generated from protobuf field <code>repeated string destination_identities = 5;</code> @return \Google\Protobuf\Internal\RepeatedField
getDestinationIdentities
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setDestinationIdentities($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); $this->destination_identities = $arr; return $this; }
identities of participants who will receive the message (sent to all by default) Generated from protobuf field <code>repeated string destination_identities = 5;</code> @param string[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setDestinationIdentities
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getUser() { return $this->readOneof(2); }
Generated from protobuf field <code>.livekit.UserPacket user = 2;</code> @return \Livekit\UserPacket|null
getUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setUser($var) { GPBUtil::checkMessage($var, \Livekit\UserPacket::class); $this->writeOneof(2, $var); return $this; }
Generated from protobuf field <code>.livekit.UserPacket user = 2;</code> @param \Livekit\UserPacket $var @return $this
setUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getSpeaker() { @trigger_error('speaker is deprecated.', E_USER_DEPRECATED); return $this->readOneof(3); }
Generated from protobuf field <code>.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];</code> @return \Livekit\ActiveSpeakerUpdate|null @deprecated
getSpeaker
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setSpeaker($var) { @trigger_error('speaker is deprecated.', E_USER_DEPRECATED); GPBUtil::checkMessage($var, \Livekit\ActiveSpeakerUpdate::class); $this->writeOneof(3, $var); return $this; }
Generated from protobuf field <code>.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];</code> @param \Livekit\ActiveSpeakerUpdate $var @return $this @deprecated
setSpeaker
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getSipDtmf() { return $this->readOneof(6); }
Generated from protobuf field <code>.livekit.SipDTMF sip_dtmf = 6;</code> @return \Livekit\SipDTMF|null
getSipDtmf
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setSipDtmf($var) { GPBUtil::checkMessage($var, \Livekit\SipDTMF::class); $this->writeOneof(6, $var); return $this; }
Generated from protobuf field <code>.livekit.SipDTMF sip_dtmf = 6;</code> @param \Livekit\SipDTMF $var @return $this
setSipDtmf
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getTranscription() { return $this->readOneof(7); }
Generated from protobuf field <code>.livekit.Transcription transcription = 7;</code> @return \Livekit\Transcription|null
getTranscription
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setTranscription($var) { GPBUtil::checkMessage($var, \Livekit\Transcription::class); $this->writeOneof(7, $var); return $this; }
Generated from protobuf field <code>.livekit.Transcription transcription = 7;</code> @param \Livekit\Transcription $var @return $this
setTranscription
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getMetrics() { return $this->readOneof(8); }
Generated from protobuf field <code>.livekit.MetricsBatch metrics = 8;</code> @return \Livekit\MetricsBatch|null
getMetrics
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setMetrics($var) { GPBUtil::checkMessage($var, \Livekit\MetricsBatch::class); $this->writeOneof(8, $var); return $this; }
Generated from protobuf field <code>.livekit.MetricsBatch metrics = 8;</code> @param \Livekit\MetricsBatch $var @return $this
setMetrics
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getChatMessage() { return $this->readOneof(9); }
Generated from protobuf field <code>.livekit.ChatMessage chat_message = 9;</code> @return \Livekit\ChatMessage|null
getChatMessage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setChatMessage($var) { GPBUtil::checkMessage($var, \Livekit\ChatMessage::class); $this->writeOneof(9, $var); return $this; }
Generated from protobuf field <code>.livekit.ChatMessage chat_message = 9;</code> @param \Livekit\ChatMessage $var @return $this
setChatMessage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcRequest() { return $this->readOneof(10); }
Generated from protobuf field <code>.livekit.RpcRequest rpc_request = 10;</code> @return \Livekit\RpcRequest|null
getRpcRequest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcRequest($var) { GPBUtil::checkMessage($var, \Livekit\RpcRequest::class); $this->writeOneof(10, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcRequest rpc_request = 10;</code> @param \Livekit\RpcRequest $var @return $this
setRpcRequest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcAck() { return $this->readOneof(11); }
Generated from protobuf field <code>.livekit.RpcAck rpc_ack = 11;</code> @return \Livekit\RpcAck|null
getRpcAck
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcAck($var) { GPBUtil::checkMessage($var, \Livekit\RpcAck::class); $this->writeOneof(11, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcAck rpc_ack = 11;</code> @param \Livekit\RpcAck $var @return $this
setRpcAck
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcResponse() { return $this->readOneof(12); }
Generated from protobuf field <code>.livekit.RpcResponse rpc_response = 12;</code> @return \Livekit\RpcResponse|null
getRpcResponse
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcResponse($var) { GPBUtil::checkMessage($var, \Livekit\RpcResponse::class); $this->writeOneof(12, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcResponse rpc_response = 12;</code> @param \Livekit\RpcResponse $var @return $this
setRpcResponse
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamHeader() { return $this->readOneof(13); }
Generated from protobuf field <code>.livekit.DataStream.Header stream_header = 13;</code> @return \Livekit\DataStream\Header|null
getStreamHeader
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamHeader($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Header::class); $this->writeOneof(13, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Header stream_header = 13;</code> @param \Livekit\DataStream\Header $var @return $this
setStreamHeader
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamChunk() { return $this->readOneof(14); }
Generated from protobuf field <code>.livekit.DataStream.Chunk stream_chunk = 14;</code> @return \Livekit\DataStream\Chunk|null
getStreamChunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamChunk($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Chunk::class); $this->writeOneof(14, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Chunk stream_chunk = 14;</code> @param \Livekit\DataStream\Chunk $var @return $this
setStreamChunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamTrailer() { return $this->readOneof(15); }
Generated from protobuf field <code>.livekit.DataStream.Trailer stream_trailer = 15;</code> @return \Livekit\DataStream\Trailer|null
getStreamTrailer
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamTrailer($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Trailer::class); $this->writeOneof(15, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Trailer stream_trailer = 15;</code> @param \Livekit\DataStream\Trailer $var @return $this
setStreamTrailer
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getIngressId() { return $this->ingress_id; }
Generated from protobuf field <code>string ingress_id = 1;</code> @return string
getIngressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setIngressId($var) { GPBUtil::checkString($var, True); $this->ingress_id = $var; return $this; }
Generated from protobuf field <code>string ingress_id = 1;</code> @param string $var @return $this
setIngressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getStreamKey() { return $this->stream_key; }
Generated from protobuf field <code>string stream_key = 3;</code> @return string
getStreamKey
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setStreamKey($var) { GPBUtil::checkString($var, True); $this->stream_key = $var; return $this; }
Generated from protobuf field <code>string stream_key = 3;</code> @param string $var @return $this
setStreamKey
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getReusable() { return $this->reusable; }
Generated from protobuf field <code>bool reusable = 11;</code> @return bool
getReusable
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setReusable($var) { GPBUtil::checkBool($var); $this->reusable = $var; return $this; }
Generated from protobuf field <code>bool reusable = 11;</code> @param bool $var @return $this
setReusable
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getState() { return $this->state; }
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth) Generated from protobuf field <code>.livekit.IngressState state = 12;</code> @return \Livekit\IngressState|null
getState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setState($var) { GPBUtil::checkMessage($var, \Livekit\IngressState::class); $this->state = $var; return $this; }
Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth) Generated from protobuf field <code>.livekit.IngressState state = 12;</code> @param \Livekit\IngressState $var @return $this
setState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getTimestampMs() { return $this->timestamp_ms; }
time of metric based on a monotonic clock (in milliseconds) Generated from protobuf field <code>int64 timestamp_ms = 1;</code> @return int|string
getTimestampMs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function setTimestampMs($var) { GPBUtil::checkInt64($var); $this->timestamp_ms = $var; return $this; }
time of metric based on a monotonic clock (in milliseconds) Generated from protobuf field <code>int64 timestamp_ms = 1;</code> @param int|string $var @return $this
setTimestampMs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function getNormalizedTimestamp() { return $this->normalized_timestamp; }
Generated from protobuf field <code>.google.protobuf.Timestamp normalized_timestamp = 2;</code> @return \Google\Protobuf\Timestamp|null
getNormalizedTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function setNormalizedTimestamp($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->normalized_timestamp = $var; return $this; }
Generated from protobuf field <code>.google.protobuf.Timestamp normalized_timestamp = 2;</code> @param \Google\Protobuf\Timestamp $var @return $this
setNormalizedTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function getValue() { return $this->value; }
Generated from protobuf field <code>float value = 3;</code> @return float
getValue
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function setValue($var) { GPBUtil::checkFloat($var); $this->value = $var; return $this; }
Generated from protobuf field <code>float value = 3;</code> @param float $var @return $this
setValue
php
agence104/livekit-server-sdk-php
src/proto/Livekit/MetricSample.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MetricSample.php
Apache-2.0
public function setTrunk($var) { GPBUtil::checkMessage($var, \Livekit\SIPOutboundTrunkInfo::class); $this->trunk = $var; return $this; }
Trunk ID is ignored Generated from protobuf field <code>.livekit.SIPOutboundTrunkInfo trunk = 1;</code> @param \Livekit\SIPOutboundTrunkInfo $var @return $this
setTrunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/CreateSIPOutboundTrunkRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPOutboundTrunkRequest.php
Apache-2.0
public function getJob() { return $this->job; }
Generated from protobuf field <code>.livekit.Job job = 1;</code> @return \Livekit\Job|null
getJob
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AvailabilityRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AvailabilityRequest.php
Apache-2.0
public function setJob($var) { GPBUtil::checkMessage($var, \Livekit\Job::class); $this->job = $var; return $this; }
Generated from protobuf field <code>.livekit.Job job = 1;</code> @param \Livekit\Job $var @return $this
setJob
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AvailabilityRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AvailabilityRequest.php
Apache-2.0
public function getResuming() { return $this->resuming; }
True when the job was previously assigned to another worker but has been migrated due to different reasons (e.g. worker failure, job migration) Generated from protobuf field <code>bool resuming = 2;</code> @return bool
getResuming
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AvailabilityRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AvailabilityRequest.php
Apache-2.0
public function setResuming($var) { GPBUtil::checkBool($var); $this->resuming = $var; return $this; }
True when the job was previously assigned to another worker but has been migrated due to different reasons (e.g. worker failure, job migration) Generated from protobuf field <code>bool resuming = 2;</code> @param bool $var @return $this
setResuming
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AvailabilityRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AvailabilityRequest.php
Apache-2.0