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 getLastKeyFrame()
{
return $this->last_key_frame;
} | Generated from protobuf field <code>.google.protobuf.Timestamp last_key_frame = 34;</code>
@return \Google\Protobuf\Timestamp|null | getLastKeyFrame | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setLastKeyFrame($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
$this->last_key_frame = $var;
return $this;
} | Generated from protobuf field <code>.google.protobuf.Timestamp last_key_frame = 34;</code>
@param \Google\Protobuf\Timestamp $var
@return $this | setLastKeyFrame | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getLayerLockPlis()
{
return $this->layer_lock_plis;
} | Generated from protobuf field <code>uint32 layer_lock_plis = 35;</code>
@return int | getLayerLockPlis | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setLayerLockPlis($var)
{
GPBUtil::checkUint32($var);
$this->layer_lock_plis = $var;
return $this;
} | Generated from protobuf field <code>uint32 layer_lock_plis = 35;</code>
@param int $var
@return $this | setLayerLockPlis | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getLastLayerLockPli()
{
return $this->last_layer_lock_pli;
} | Generated from protobuf field <code>.google.protobuf.Timestamp last_layer_lock_pli = 36;</code>
@return \Google\Protobuf\Timestamp|null | getLastLayerLockPli | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setLastLayerLockPli($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
$this->last_layer_lock_pli = $var;
return $this;
} | Generated from protobuf field <code>.google.protobuf.Timestamp last_layer_lock_pli = 36;</code>
@param \Google\Protobuf\Timestamp $var
@return $this | setLastLayerLockPli | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getPacketDrift()
{
return $this->packet_drift;
} | Generated from protobuf field <code>.livekit.RTPDrift packet_drift = 44;</code>
@return \Livekit\RTPDrift|null | getPacketDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setPacketDrift($var)
{
GPBUtil::checkMessage($var, \Livekit\RTPDrift::class);
$this->packet_drift = $var;
return $this;
} | Generated from protobuf field <code>.livekit.RTPDrift packet_drift = 44;</code>
@param \Livekit\RTPDrift $var
@return $this | setPacketDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getNtpReportDrift()
{
return $this->ntp_report_drift;
} | Generated from protobuf field <code>.livekit.RTPDrift ntp_report_drift = 45;</code>
@return \Livekit\RTPDrift|null | getNtpReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setNtpReportDrift($var)
{
GPBUtil::checkMessage($var, \Livekit\RTPDrift::class);
$this->ntp_report_drift = $var;
return $this;
} | Generated from protobuf field <code>.livekit.RTPDrift ntp_report_drift = 45;</code>
@param \Livekit\RTPDrift $var
@return $this | setNtpReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getRebasedReportDrift()
{
return $this->rebased_report_drift;
} | Generated from protobuf field <code>.livekit.RTPDrift rebased_report_drift = 46;</code>
@return \Livekit\RTPDrift|null | getRebasedReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setRebasedReportDrift($var)
{
GPBUtil::checkMessage($var, \Livekit\RTPDrift::class);
$this->rebased_report_drift = $var;
return $this;
} | Generated from protobuf field <code>.livekit.RTPDrift rebased_report_drift = 46;</code>
@param \Livekit\RTPDrift $var
@return $this | setRebasedReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getReceivedReportDrift()
{
return $this->received_report_drift;
} | NEXT_ID: 48
Generated from protobuf field <code>.livekit.RTPDrift received_report_drift = 47;</code>
@return \Livekit\RTPDrift|null | getReceivedReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function setReceivedReportDrift($var)
{
GPBUtil::checkMessage($var, \Livekit\RTPDrift::class);
$this->received_report_drift = $var;
return $this;
} | NEXT_ID: 48
Generated from protobuf field <code>.livekit.RTPDrift received_report_drift = 47;</code>
@param \Livekit\RTPDrift $var
@return $this | setReceivedReportDrift | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPStats.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php | Apache-2.0 |
public function getSid()
{
return $this->sid;
} | Generated from protobuf field <code>string sid = 1;</code>
@return string | getSid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SpeakerInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php | Apache-2.0 |
public function setSid($var)
{
GPBUtil::checkString($var, True);
$this->sid = $var;
return $this;
} | Generated from protobuf field <code>string sid = 1;</code>
@param string $var
@return $this | setSid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SpeakerInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php | Apache-2.0 |
public function getLevel()
{
return $this->level;
} | audio level, 0-1.0, 1 is loudest
Generated from protobuf field <code>float level = 2;</code>
@return float | getLevel | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SpeakerInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php | Apache-2.0 |
public function setLevel($var)
{
GPBUtil::checkFloat($var);
$this->level = $var;
return $this;
} | audio level, 0-1.0, 1 is loudest
Generated from protobuf field <code>float level = 2;</code>
@param float $var
@return $this | setLevel | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SpeakerInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php | Apache-2.0 |
public function getHardwareEncoder()
{
return $this->hardware_encoder;
} | Generated from protobuf field <code>.livekit.ClientConfigSetting hardware_encoder = 1;</code>
@return int | getHardwareEncoder | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VideoConfiguration.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VideoConfiguration.php | Apache-2.0 |
public function setHardwareEncoder($var)
{
GPBUtil::checkEnum($var, \Livekit\ClientConfigSetting::class);
$this->hardware_encoder = $var;
return $this;
} | Generated from protobuf field <code>.livekit.ClientConfigSetting hardware_encoder = 1;</code>
@param int $var
@return $this | setHardwareEncoder | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VideoConfiguration.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VideoConfiguration.php | Apache-2.0 |
public function getDisableDtx()
{
return $this->disable_dtx;
} | Generated from protobuf field <code>bool disable_dtx = 3;</code>
@return bool | getDisableDtx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressAudioEncodingOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php | Apache-2.0 |
public function setDisableDtx($var)
{
GPBUtil::checkBool($var);
$this->disable_dtx = $var;
return $this;
} | Generated from protobuf field <code>bool disable_dtx = 3;</code>
@param bool $var
@return $this | setDisableDtx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressAudioEncodingOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php | Apache-2.0 |
public function getChannels()
{
return $this->channels;
} | Generated from protobuf field <code>uint32 channels = 4;</code>
@return int | getChannels | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressAudioEncodingOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php | Apache-2.0 |
public function setChannels($var)
{
GPBUtil::checkUint32($var);
$this->channels = $var;
return $this;
} | Generated from protobuf field <code>uint32 channels = 4;</code>
@param int $var
@return $this | setChannels | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressAudioEncodingOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php | Apache-2.0 |
public function setState($var)
{
GPBUtil::checkMessage($var, \Livekit\AgentDispatchState::class);
$this->state = $var;
return $this;
} | Generated from protobuf field <code>.livekit.AgentDispatchState state = 5;</code>
@param \Livekit\AgentDispatchState $var
@return $this | setState | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AgentDispatch.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php | Apache-2.0 |
public function getMethod()
{
return $this->method;
} | Generated from protobuf field <code>string method = 2;</code>
@return string | getMethod | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function setMethod($var)
{
GPBUtil::checkString($var, True);
$this->method = $var;
return $this;
} | Generated from protobuf field <code>string method = 2;</code>
@param string $var
@return $this | setMethod | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function setPayload($var)
{
GPBUtil::checkString($var, True);
$this->payload = $var;
return $this;
} | Generated from protobuf field <code>string payload = 3;</code>
@param string $var
@return $this | setPayload | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function getResponseTimeoutMs()
{
return $this->response_timeout_ms;
} | Generated from protobuf field <code>uint32 response_timeout_ms = 4;</code>
@return int | getResponseTimeoutMs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function setResponseTimeoutMs($var)
{
GPBUtil::checkUint32($var);
$this->response_timeout_ms = $var;
return $this;
} | Generated from protobuf field <code>uint32 response_timeout_ms = 4;</code>
@param int $var
@return $this | setResponseTimeoutMs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function setVersion($var)
{
GPBUtil::checkUint32($var);
$this->version = $var;
return $this;
} | Generated from protobuf field <code>uint32 version = 5;</code>
@param int $var
@return $this | setVersion | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RpcRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RpcRequest.php | Apache-2.0 |
public function getFilepath()
{
return $this->filepath;
} | see docs for templating (default {track_id}-{time})
Generated from protobuf field <code>string filepath = 1;</code>
@return string | getFilepath | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setFilepath($var)
{
GPBUtil::checkString($var, True);
$this->filepath = $var;
return $this;
} | see docs for templating (default {track_id}-{time})
Generated from protobuf field <code>string filepath = 1;</code>
@param string $var
@return $this | setFilepath | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getDisableManifest()
{
return $this->disable_manifest;
} | disables upload of json manifest file (default false)
Generated from protobuf field <code>bool disable_manifest = 5;</code>
@return bool | getDisableManifest | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setDisableManifest($var)
{
GPBUtil::checkBool($var);
$this->disable_manifest = $var;
return $this;
} | disables upload of json manifest file (default false)
Generated from protobuf field <code>bool disable_manifest = 5;</code>
@param bool $var
@return $this | setDisableManifest | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getS3()
{
return $this->readOneof(2);
} | Generated from protobuf field <code>.livekit.S3Upload s3 = 2;</code>
@return \Livekit\S3Upload|null | getS3 | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setS3($var)
{
GPBUtil::checkMessage($var, \Livekit\S3Upload::class);
$this->writeOneof(2, $var);
return $this;
} | Generated from protobuf field <code>.livekit.S3Upload s3 = 2;</code>
@param \Livekit\S3Upload $var
@return $this | setS3 | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getGcp()
{
return $this->readOneof(3);
} | Generated from protobuf field <code>.livekit.GCPUpload gcp = 3;</code>
@return \Livekit\GCPUpload|null | getGcp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setGcp($var)
{
GPBUtil::checkMessage($var, \Livekit\GCPUpload::class);
$this->writeOneof(3, $var);
return $this;
} | Generated from protobuf field <code>.livekit.GCPUpload gcp = 3;</code>
@param \Livekit\GCPUpload $var
@return $this | setGcp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getAzure()
{
return $this->readOneof(4);
} | Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 4;</code>
@return \Livekit\AzureBlobUpload|null | getAzure | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setAzure($var)
{
GPBUtil::checkMessage($var, \Livekit\AzureBlobUpload::class);
$this->writeOneof(4, $var);
return $this;
} | Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 4;</code>
@param \Livekit\AzureBlobUpload $var
@return $this | setAzure | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getAliOSS()
{
return $this->readOneof(6);
} | Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 6;</code>
@return \Livekit\AliOSSUpload|null | getAliOSS | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function setAliOSS($var)
{
GPBUtil::checkMessage($var, \Livekit\AliOSSUpload::class);
$this->writeOneof(6, $var);
return $this;
} | Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 6;</code>
@param \Livekit\AliOSSUpload $var
@return $this | setAliOSS | php | agence104/livekit-server-sdk-php | src/proto/Livekit/AutoTrackEgress.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AutoTrackEgress.php | Apache-2.0 |
public function getRegister()
{
return $this->readOneof(1);
} | agent workers need to register themselves with the server first
Generated from protobuf field <code>.livekit.RegisterWorkerRequest register = 1;</code>
@return \Livekit\RegisterWorkerRequest|null | getRegister | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setRegister($var)
{
GPBUtil::checkMessage($var, \Livekit\RegisterWorkerRequest::class);
$this->writeOneof(1, $var);
return $this;
} | agent workers need to register themselves with the server first
Generated from protobuf field <code>.livekit.RegisterWorkerRequest register = 1;</code>
@param \Livekit\RegisterWorkerRequest $var
@return $this | setRegister | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getAvailability()
{
return $this->readOneof(2);
} | worker confirms to server that it's available for a job, or declines it
Generated from protobuf field <code>.livekit.AvailabilityResponse availability = 2;</code>
@return \Livekit\AvailabilityResponse|null | getAvailability | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setAvailability($var)
{
GPBUtil::checkMessage($var, \Livekit\AvailabilityResponse::class);
$this->writeOneof(2, $var);
return $this;
} | worker confirms to server that it's available for a job, or declines it
Generated from protobuf field <code>.livekit.AvailabilityResponse availability = 2;</code>
@param \Livekit\AvailabilityResponse $var
@return $this | setAvailability | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getUpdateWorker()
{
return $this->readOneof(3);
} | worker can update its status to the server, including taking itself out of the pool
Generated from protobuf field <code>.livekit.UpdateWorkerStatus update_worker = 3;</code>
@return \Livekit\UpdateWorkerStatus|null | getUpdateWorker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setUpdateWorker($var)
{
GPBUtil::checkMessage($var, \Livekit\UpdateWorkerStatus::class);
$this->writeOneof(3, $var);
return $this;
} | worker can update its status to the server, including taking itself out of the pool
Generated from protobuf field <code>.livekit.UpdateWorkerStatus update_worker = 3;</code>
@param \Livekit\UpdateWorkerStatus $var
@return $this | setUpdateWorker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getUpdateJob()
{
return $this->readOneof(4);
} | job can send status updates to the server, useful for tracking progress
Generated from protobuf field <code>.livekit.UpdateJobStatus update_job = 4;</code>
@return \Livekit\UpdateJobStatus|null | getUpdateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setUpdateJob($var)
{
GPBUtil::checkMessage($var, \Livekit\UpdateJobStatus::class);
$this->writeOneof(4, $var);
return $this;
} | job can send status updates to the server, useful for tracking progress
Generated from protobuf field <code>.livekit.UpdateJobStatus update_job = 4;</code>
@param \Livekit\UpdateJobStatus $var
@return $this | setUpdateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getPing()
{
return $this->readOneof(5);
} | Generated from protobuf field <code>.livekit.WorkerPing ping = 5;</code>
@return \Livekit\WorkerPing|null | getPing | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setPing($var)
{
GPBUtil::checkMessage($var, \Livekit\WorkerPing::class);
$this->writeOneof(5, $var);
return $this;
} | Generated from protobuf field <code>.livekit.WorkerPing ping = 5;</code>
@param \Livekit\WorkerPing $var
@return $this | setPing | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getSimulateJob()
{
return $this->readOneof(6);
} | Generated from protobuf field <code>.livekit.SimulateJobRequest simulate_job = 6;</code>
@return \Livekit\SimulateJobRequest|null | getSimulateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setSimulateJob($var)
{
GPBUtil::checkMessage($var, \Livekit\SimulateJobRequest::class);
$this->writeOneof(6, $var);
return $this;
} | Generated from protobuf field <code>.livekit.SimulateJobRequest simulate_job = 6;</code>
@param \Livekit\SimulateJobRequest $var
@return $this | setSimulateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getMigrateJob()
{
return $this->readOneof(7);
} | Generated from protobuf field <code>.livekit.MigrateJobRequest migrate_job = 7;</code>
@return \Livekit\MigrateJobRequest|null | getMigrateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function setMigrateJob($var)
{
GPBUtil::checkMessage($var, \Livekit\MigrateJobRequest::class);
$this->writeOneof(7, $var);
return $this;
} | Generated from protobuf field <code>.livekit.MigrateJobRequest migrate_job = 7;</code>
@param \Livekit\MigrateJobRequest $var
@return $this | setMigrateJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerMessage.php | Apache-2.0 |
public function getTranscribedParticipantIdentity()
{
return $this->transcribed_participant_identity;
} | Participant that got its speech transcribed
Generated from protobuf field <code>string transcribed_participant_identity = 2;</code>
@return string | getTranscribedParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function setTranscribedParticipantIdentity($var)
{
GPBUtil::checkString($var, True);
$this->transcribed_participant_identity = $var;
return $this;
} | Participant that got its speech transcribed
Generated from protobuf field <code>string transcribed_participant_identity = 2;</code>
@param string $var
@return $this | setTranscribedParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function getTrackId()
{
return $this->track_id;
} | Generated from protobuf field <code>string track_id = 3;</code>
@return string | getTrackId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function setTrackId($var)
{
GPBUtil::checkString($var, True);
$this->track_id = $var;
return $this;
} | Generated from protobuf field <code>string track_id = 3;</code>
@param string $var
@return $this | setTrackId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function getSegments()
{
return $this->segments;
} | Generated from protobuf field <code>repeated .livekit.TranscriptionSegment segments = 4;</code>
@return \Google\Protobuf\Internal\RepeatedField | getSegments | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function setSegments($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\TranscriptionSegment::class);
$this->segments = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.TranscriptionSegment segments = 4;</code>
@param \Livekit\TranscriptionSegment[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setSegments | php | agence104/livekit-server-sdk-php | src/proto/Livekit/Transcription.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/Transcription.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | Generated from protobuf field <code>bool enabled = 1;</code>
@return bool | getEnabled | php | agence104/livekit-server-sdk-php | src/proto/Livekit/PlayoutDelay.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/PlayoutDelay.php | Apache-2.0 |
public function getMin()
{
return $this->min;
} | Generated from protobuf field <code>uint32 min = 2;</code>
@return int | getMin | php | agence104/livekit-server-sdk-php | src/proto/Livekit/PlayoutDelay.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/PlayoutDelay.php | Apache-2.0 |
public function setMin($var)
{
GPBUtil::checkUint32($var);
$this->min = $var;
return $this;
} | Generated from protobuf field <code>uint32 min = 2;</code>
@param int $var
@return $this | setMin | php | agence104/livekit-server-sdk-php | src/proto/Livekit/PlayoutDelay.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/PlayoutDelay.php | Apache-2.0 |
public function getMax()
{
return $this->max;
} | Generated from protobuf field <code>uint32 max = 3;</code>
@return int | getMax | php | agence104/livekit-server-sdk-php | src/proto/Livekit/PlayoutDelay.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/PlayoutDelay.php | Apache-2.0 |
public function setMax($var)
{
GPBUtil::checkUint32($var);
$this->max = $var;
return $this;
} | Generated from protobuf field <code>uint32 max = 3;</code>
@param int $var
@return $this | setMax | php | agence104/livekit-server-sdk-php | src/proto/Livekit/PlayoutDelay.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/PlayoutDelay.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | Generated from protobuf field <code>string username = 2;</code>
@return string | getUsername | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ProxyConfig.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ProxyConfig.php | Apache-2.0 |
public function setUsername($var)
{
GPBUtil::checkString($var, True);
$this->username = $var;
return $this;
} | Generated from protobuf field <code>string username = 2;</code>
@param string $var
@return $this | setUsername | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ProxyConfig.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ProxyConfig.php | Apache-2.0 |
public function getPassword()
{
return $this->password;
} | Generated from protobuf field <code>string password = 3;</code>
@return string | getPassword | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ProxyConfig.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ProxyConfig.php | Apache-2.0 |
public function setPassword($var)
{
GPBUtil::checkString($var, True);
$this->password = $var;
return $this;
} | Generated from protobuf field <code>string password = 3;</code>
@param string $var
@return $this | setPassword | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ProxyConfig.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ProxyConfig.php | Apache-2.0 |
public function setType($var)
{
GPBUtil::checkEnum($var, \Livekit\TrackType::class);
$this->type = $var;
return $this;
} | Generated from protobuf field <code>.livekit.TrackType type = 2;</code>
@param int $var
@return $this | setType | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getMuted()
{
return $this->muted;
} | Generated from protobuf field <code>bool muted = 4;</code>
@return bool | getMuted | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setMuted($var)
{
GPBUtil::checkBool($var);
$this->muted = $var;
return $this;
} | Generated from protobuf field <code>bool muted = 4;</code>
@param bool $var
@return $this | setMuted | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getSimulcast()
{
return $this->simulcast;
} | true if track is simulcasted
Generated from protobuf field <code>bool simulcast = 7;</code>
@return bool | getSimulcast | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setSimulcast($var)
{
GPBUtil::checkBool($var);
$this->simulcast = $var;
return $this;
} | true if track is simulcasted
Generated from protobuf field <code>bool simulcast = 7;</code>
@param bool $var
@return $this | setSimulcast | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getLayers()
{
return $this->layers;
} | Generated from protobuf field <code>repeated .livekit.VideoLayer layers = 10;</code>
@return \Google\Protobuf\Internal\RepeatedField | getLayers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setLayers($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\VideoLayer::class);
$this->layers = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.VideoLayer layers = 10;</code>
@param \Livekit\VideoLayer[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setLayers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getMimeType()
{
return $this->mime_type;
} | mime type of codec
Generated from protobuf field <code>string mime_type = 11;</code>
@return string | getMimeType | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setMimeType($var)
{
GPBUtil::checkString($var, True);
$this->mime_type = $var;
return $this;
} | mime type of codec
Generated from protobuf field <code>string mime_type = 11;</code>
@param string $var
@return $this | setMimeType | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getMid()
{
return $this->mid;
} | Generated from protobuf field <code>string mid = 12;</code>
@return string | getMid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setMid($var)
{
GPBUtil::checkString($var, True);
$this->mid = $var;
return $this;
} | Generated from protobuf field <code>string mid = 12;</code>
@param string $var
@return $this | setMid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setCodecs($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\SimulcastCodecInfo::class);
$this->codecs = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.SimulcastCodecInfo codecs = 13;</code>
@param \Livekit\SimulcastCodecInfo[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setCodecs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getStereo()
{
return $this->stereo;
} | Generated from protobuf field <code>bool stereo = 14;</code>
@return bool | getStereo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setStereo($var)
{
GPBUtil::checkBool($var);
$this->stereo = $var;
return $this;
} | Generated from protobuf field <code>bool stereo = 14;</code>
@param bool $var
@return $this | setStereo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getDisableRed()
{
return $this->disable_red;
} | true if RED (Redundant Encoding) is disabled for audio
Generated from protobuf field <code>bool disable_red = 15;</code>
@return bool | getDisableRed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setDisableRed($var)
{
GPBUtil::checkBool($var);
$this->disable_red = $var;
return $this;
} | true if RED (Redundant Encoding) is disabled for audio
Generated from protobuf field <code>bool disable_red = 15;</code>
@param bool $var
@return $this | setDisableRed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getEncryption()
{
return $this->encryption;
} | Generated from protobuf field <code>.livekit.Encryption.Type encryption = 16;</code>
@return int | getEncryption | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setEncryption($var)
{
GPBUtil::checkEnum($var, \Livekit\Encryption\Type::class);
$this->encryption = $var;
return $this;
} | Generated from protobuf field <code>.livekit.Encryption.Type encryption = 16;</code>
@param int $var
@return $this | setEncryption | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getStream()
{
return $this->stream;
} | Generated from protobuf field <code>string stream = 17;</code>
@return string | getStream | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setStream($var)
{
GPBUtil::checkString($var, True);
$this->stream = $var;
return $this;
} | Generated from protobuf field <code>string stream = 17;</code>
@param string $var
@return $this | setStream | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setVersion($var)
{
GPBUtil::checkMessage($var, \Livekit\TimedVersion::class);
$this->version = $var;
return $this;
} | Generated from protobuf field <code>.livekit.TimedVersion version = 18;</code>
@param \Livekit\TimedVersion $var
@return $this | setVersion | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getAudioFeatures()
{
return $this->audio_features;
} | Generated from protobuf field <code>repeated .livekit.AudioTrackFeature audio_features = 19;</code>
@return \Google\Protobuf\Internal\RepeatedField | getAudioFeatures | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setAudioFeatures($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Livekit\AudioTrackFeature::class);
$this->audio_features = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.AudioTrackFeature audio_features = 19;</code>
@param int[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setAudioFeatures | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getBackupCodecPolicy()
{
return $this->backup_codec_policy;
} | Generated from protobuf field <code>.livekit.BackupCodecPolicy backup_codec_policy = 20;</code>
@return int | getBackupCodecPolicy | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function setBackupCodecPolicy($var)
{
GPBUtil::checkEnum($var, \Livekit\BackupCodecPolicy::class);
$this->backup_codec_policy = $var;
return $this;
} | Generated from protobuf field <code>.livekit.BackupCodecPolicy backup_codec_policy = 20;</code>
@param int $var
@return $this | setBackupCodecPolicy | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TrackInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php | Apache-2.0 |
public function getParticipants()
{
return $this->participants;
} | Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getParticipants | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListParticipantsResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListParticipantsResponse.php | Apache-2.0 |
public function setParticipants($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\ParticipantInfo::class);
$this->participants = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
@param \Livekit\ParticipantInfo[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setParticipants | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListParticipantsResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListParticipantsResponse.php | Apache-2.0 |
public function getLastTimestamp()
{
return $this->last_timestamp;
} | Generated from protobuf field <code>int64 last_timestamp = 1;</code>
@return int|string | getLastTimestamp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/WorkerPong.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerPong.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.