code
stringlengths
17
296k
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 getState() { return $this->state; }
Generated from protobuf field <code>.livekit.AgentDispatchState state = 5;</code> @return \Livekit\AgentDispatchState|null
getState
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 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 getRoomName() { return $this->room_name; }
when blank, lists all ingress endpoints Generated from protobuf field <code>string room_name = 1;</code> @return string
getRoomName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListIngressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListIngressRequest.php
Apache-2.0
public function setRoomName($var) { GPBUtil::checkString($var, True); $this->room_name = $var; return $this; }
when blank, lists all ingress endpoints Generated from protobuf field <code>string room_name = 1;</code> @param string $var @return $this
setRoomName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListIngressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListIngressRequest.php
Apache-2.0
public function getIngressId() { return $this->ingress_id; }
(optional, filter by ingress ID) Generated from protobuf field <code>string ingress_id = 2;</code> @return string
getIngressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListIngressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListIngressRequest.php
Apache-2.0
public function setIngressId($var) { GPBUtil::checkString($var, True); $this->ingress_id = $var; return $this; }
(optional, filter by ingress ID) Generated from protobuf field <code>string ingress_id = 2;</code> @param string $var @return $this
setIngressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListIngressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListIngressRequest.php
Apache-2.0
public function getRoomPrefix() { return $this->room_prefix; }
Prefix used on new room name Generated from protobuf field <code>string room_prefix = 1;</code> @return string
getRoomPrefix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleIndividual.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleIndividual.php
Apache-2.0
public function setRoomPrefix($var) { GPBUtil::checkString($var, True); $this->room_prefix = $var; return $this; }
Prefix used on new room name Generated from protobuf field <code>string room_prefix = 1;</code> @param string $var @return $this
setRoomPrefix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleIndividual.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleIndividual.php
Apache-2.0
public function getPin() { return $this->pin; }
Optional pin required to enter room Generated from protobuf field <code>string pin = 2;</code> @return string
getPin
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleIndividual.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleIndividual.php
Apache-2.0
public function setPin($var) { GPBUtil::checkString($var, True); $this->pin = $var; return $this; }
Optional pin required to enter room Generated from protobuf field <code>string pin = 2;</code> @param string $var @return $this
setPin
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleIndividual.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleIndividual.php
Apache-2.0
public function getId() { return $this->id; }
Generated from protobuf field <code>string id = 1;</code> @return string
getId
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 setId($var) { GPBUtil::checkString($var, True); $this->id = $var; return $this; }
Generated from protobuf field <code>string id = 1;</code> @param string $var @return $this
setId
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 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 getPayload() { return $this->payload; }
Generated from protobuf field <code>string payload = 3;</code> @return string
getPayload
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 getVersion() { return $this->version; }
Generated from protobuf field <code>uint32 version = 5;</code> @return int
getVersion
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 getDispatchId() { return $this->dispatch_id; }
if set, only the dispatch whose id is given will be returned Generated from protobuf field <code>string dispatch_id = 1;</code> @return string
getDispatchId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListAgentDispatchRequesst.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchRequesst.php
Apache-2.0
public function setDispatchId($var) { GPBUtil::checkString($var, True); $this->dispatch_id = $var; return $this; }
if set, only the dispatch whose id is given will be returned Generated from protobuf field <code>string dispatch_id = 1;</code> @param string $var @return $this
setDispatchId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListAgentDispatchRequesst.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchRequesst.php
Apache-2.0
public function getRoom() { return $this->room; }
name of the room to list agents for. Must be set. Generated from protobuf field <code>string room = 2;</code> @return string
getRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListAgentDispatchRequesst.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchRequesst.php
Apache-2.0
public function setRoom($var) { GPBUtil::checkString($var, True); $this->room = $var; return $this; }
name of the room to list agents for. Must be set. Generated from protobuf field <code>string room = 2;</code> @param string $var @return $this
setRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListAgentDispatchRequesst.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchRequesst.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 getTimestamp() { return $this->timestamp; }
Generated from protobuf field <code>int64 timestamp = 1;</code> @return int|string
getTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/WorkerPing.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerPing.php
Apache-2.0
public function setTimestamp($var) { GPBUtil::checkInt64($var); $this->timestamp = $var; return $this; }
Generated from protobuf field <code>int64 timestamp = 1;</code> @param int|string $var @return $this
setTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/WorkerPing.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WorkerPing.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 setEnabled($var) { GPBUtil::checkBool($var); $this->enabled = $var; return $this; }
Generated from protobuf field <code>bool enabled = 1;</code> @param bool $var @return $this
setEnabled
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 getUrl() { return $this->url; }
Generated from protobuf field <code>string url = 1;</code> @return string
getUrl
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 setUrl($var) { GPBUtil::checkString($var, True); $this->url = $var; return $this; }
Generated from protobuf field <code>string url = 1;</code> @param string $var @return $this
setUrl
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 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 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/TrackInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.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/TrackInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TrackInfo.php
Apache-2.0
public function getType() { return $this->type; }
Generated from protobuf field <code>.livekit.TrackType type = 2;</code> @return int
getType
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 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 getName() { return $this->name; }
Generated from protobuf field <code>string name = 3;</code> @return string
getName
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 setName($var) { GPBUtil::checkString($var, True); $this->name = $var; return $this; }
Generated from protobuf field <code>string name = 3;</code> @param string $var @return $this
setName
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 getWidth() { return $this->width; }
original width of video (unset for audio) clients may receive a lower resolution version with simulcast Generated from protobuf field <code>uint32 width = 5;</code> @return int
getWidth
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 setWidth($var) { GPBUtil::checkUint32($var); $this->width = $var; return $this; }
original width of video (unset for audio) clients may receive a lower resolution version with simulcast Generated from protobuf field <code>uint32 width = 5;</code> @param int $var @return $this
setWidth
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 getHeight() { return $this->height; }
original height of video (unset for audio) Generated from protobuf field <code>uint32 height = 6;</code> @return int
getHeight
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 setHeight($var) { GPBUtil::checkUint32($var); $this->height = $var; return $this; }
original height of video (unset for audio) Generated from protobuf field <code>uint32 height = 6;</code> @param int $var @return $this
setHeight
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 getDisableDtx() { return $this->disable_dtx; }
true if DTX (Discontinuous Transmission) is disabled for audio Generated from protobuf field <code>bool disable_dtx = 8;</code> @return bool
getDisableDtx
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 setDisableDtx($var) { GPBUtil::checkBool($var); $this->disable_dtx = $var; return $this; }
true if DTX (Discontinuous Transmission) is disabled for audio Generated from protobuf field <code>bool disable_dtx = 8;</code> @param bool $var @return $this
setDisableDtx
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 getSource() { return $this->source; }
source of media Generated from protobuf field <code>.livekit.TrackSource source = 9;</code> @return int
getSource
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 setSource($var) { GPBUtil::checkEnum($var, \Livekit\TrackSource::class); $this->source = $var; return $this; }
source of media Generated from protobuf field <code>.livekit.TrackSource source = 9;</code> @param int $var @return $this
setSource
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 getCodecs() { return $this->codecs; }
Generated from protobuf field <code>repeated .livekit.SimulcastCodecInfo codecs = 13;</code> @return \Google\Protobuf\Internal\RepeatedField
getCodecs
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