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 getDuration()
{
return $this->duration;
} | Generated from protobuf field <code>int64 duration = 4;</code>
@return int|string | getDuration | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.php | Apache-2.0 |
public function setDuration($var)
{
GPBUtil::checkInt64($var);
$this->duration = $var;
return $this;
} | Generated from protobuf field <code>int64 duration = 4;</code>
@param int|string $var
@return $this | setDuration | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.php | Apache-2.0 |
public function getStatus()
{
return $this->status;
} | Generated from protobuf field <code>.livekit.StreamInfo.Status status = 5;</code>
@return int | getStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.php | Apache-2.0 |
public function setStatus($var)
{
GPBUtil::checkEnum($var, \Livekit\StreamInfo\Status::class);
$this->status = $var;
return $this;
} | Generated from protobuf field <code>.livekit.StreamInfo.Status status = 5;</code>
@param int $var
@return $this | setStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | Generated from protobuf field <code>string error = 6;</code>
@return string | getError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.php | Apache-2.0 |
public function setError($var)
{
GPBUtil::checkString($var, True);
$this->error = $var;
return $this;
} | Generated from protobuf field <code>string error = 6;</code>
@param string $var
@return $this | setError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/StreamInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StreamInfo.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/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.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/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | Generated from protobuf field <code>string name = 2;</code>
@return string | getName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setName($var)
{
GPBUtil::checkString($var, True);
$this->name = $var;
return $this;
} | Generated from protobuf field <code>string name = 2;</code>
@param string $var
@return $this | setName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getRoomName()
{
return $this->room_name;
} | Generated from protobuf field <code>string room_name = 3;</code>
@return string | getRoomName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setRoomName($var)
{
GPBUtil::checkString($var, True);
$this->room_name = $var;
return $this;
} | Generated from protobuf field <code>string room_name = 3;</code>
@param string $var
@return $this | setRoomName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getParticipantIdentity()
{
return $this->participant_identity;
} | Generated from protobuf field <code>string participant_identity = 4;</code>
@return string | getParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setParticipantIdentity($var)
{
GPBUtil::checkString($var, True);
$this->participant_identity = $var;
return $this;
} | Generated from protobuf field <code>string participant_identity = 4;</code>
@param string $var
@return $this | setParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getParticipantName()
{
return $this->participant_name;
} | Generated from protobuf field <code>string participant_name = 5;</code>
@return string | getParticipantName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setParticipantName($var)
{
GPBUtil::checkString($var, True);
$this->participant_name = $var;
return $this;
} | Generated from protobuf field <code>string participant_name = 5;</code>
@param string $var
@return $this | setParticipantName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getParticipantMetadata()
{
return $this->participant_metadata;
} | Generated from protobuf field <code>string participant_metadata = 9;</code>
@return string | getParticipantMetadata | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setParticipantMetadata($var)
{
GPBUtil::checkString($var, True);
$this->participant_metadata = $var;
return $this;
} | Generated from protobuf field <code>string participant_metadata = 9;</code>
@param string $var
@return $this | setParticipantMetadata | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getBypassTranscoding()
{
@trigger_error('bypass_transcoding is deprecated.', E_USER_DEPRECATED);
return isset($this->bypass_transcoding) ? $this->bypass_transcoding : false;
} | Generated from protobuf field <code>optional bool bypass_transcoding = 8 [deprecated = true];</code>
@return bool
@deprecated | getBypassTranscoding | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setBypassTranscoding($var)
{
@trigger_error('bypass_transcoding is deprecated.', E_USER_DEPRECATED);
GPBUtil::checkBool($var);
$this->bypass_transcoding = $var;
return $this;
} | Generated from protobuf field <code>optional bool bypass_transcoding = 8 [deprecated = true];</code>
@param bool $var
@return $this
@deprecated | setBypassTranscoding | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getEnableTranscoding()
{
return isset($this->enable_transcoding) ? $this->enable_transcoding : false;
} | Generated from protobuf field <code>optional bool enable_transcoding = 10;</code>
@return bool | getEnableTranscoding | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setEnableTranscoding($var)
{
GPBUtil::checkBool($var);
$this->enable_transcoding = $var;
return $this;
} | Generated from protobuf field <code>optional bool enable_transcoding = 10;</code>
@param bool $var
@return $this | setEnableTranscoding | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getAudio()
{
return $this->audio;
} | Generated from protobuf field <code>.livekit.IngressAudioOptions audio = 6;</code>
@return \Livekit\IngressAudioOptions|null | getAudio | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setAudio($var)
{
GPBUtil::checkMessage($var, \Livekit\IngressAudioOptions::class);
$this->audio = $var;
return $this;
} | Generated from protobuf field <code>.livekit.IngressAudioOptions audio = 6;</code>
@param \Livekit\IngressAudioOptions $var
@return $this | setAudio | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getVideo()
{
return $this->video;
} | Generated from protobuf field <code>.livekit.IngressVideoOptions video = 7;</code>
@return \Livekit\IngressVideoOptions|null | getVideo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setVideo($var)
{
GPBUtil::checkMessage($var, \Livekit\IngressVideoOptions::class);
$this->video = $var;
return $this;
} | Generated from protobuf field <code>.livekit.IngressVideoOptions video = 7;</code>
@param \Livekit\IngressVideoOptions $var
@return $this | setVideo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getEnabled()
{
return isset($this->enabled) ? $this->enabled : false;
} | The default value is true and when set to false, the new connection attempts will be rejected
Generated from protobuf field <code>optional bool enabled = 11;</code>
@return bool | getEnabled | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function setEnabled($var)
{
GPBUtil::checkBool($var);
$this->enabled = $var;
return $this;
} | The default value is true and when set to false, the new connection attempts will be rejected
Generated from protobuf field <code>optional bool enabled = 11;</code>
@param bool $var
@return $this | setEnabled | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateIngressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateIngressRequest.php | Apache-2.0 |
public function getStatus()
{
return $this->status;
} | Generated from protobuf field <code>.livekit.IngressState.Status status = 1;</code>
@return int | getStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setStatus($var)
{
GPBUtil::checkEnum($var, \Livekit\IngressState\Status::class);
$this->status = $var;
return $this;
} | Generated from protobuf field <code>.livekit.IngressState.Status status = 1;</code>
@param int $var
@return $this | setStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | Error/non compliance description if any
Generated from protobuf field <code>string error = 2;</code>
@return string | getError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setError($var)
{
GPBUtil::checkString($var, True);
$this->error = $var;
return $this;
} | Error/non compliance description if any
Generated from protobuf field <code>string error = 2;</code>
@param string $var
@return $this | setError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getVideo()
{
return $this->video;
} | Generated from protobuf field <code>.livekit.InputVideoState video = 3;</code>
@return \Livekit\InputVideoState|null | getVideo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setVideo($var)
{
GPBUtil::checkMessage($var, \Livekit\InputVideoState::class);
$this->video = $var;
return $this;
} | Generated from protobuf field <code>.livekit.InputVideoState video = 3;</code>
@param \Livekit\InputVideoState $var
@return $this | setVideo | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getAudio()
{
return $this->audio;
} | Generated from protobuf field <code>.livekit.InputAudioState audio = 4;</code>
@return \Livekit\InputAudioState|null | getAudio | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setAudio($var)
{
GPBUtil::checkMessage($var, \Livekit\InputAudioState::class);
$this->audio = $var;
return $this;
} | Generated from protobuf field <code>.livekit.InputAudioState audio = 4;</code>
@param \Livekit\InputAudioState $var
@return $this | setAudio | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getRoomId()
{
return $this->room_id;
} | ID of the current/previous room published to
Generated from protobuf field <code>string room_id = 5;</code>
@return string | getRoomId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setRoomId($var)
{
GPBUtil::checkString($var, True);
$this->room_id = $var;
return $this;
} | ID of the current/previous room published to
Generated from protobuf field <code>string room_id = 5;</code>
@param string $var
@return $this | setRoomId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getStartedAt()
{
return $this->started_at;
} | Generated from protobuf field <code>int64 started_at = 7;</code>
@return int|string | getStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setStartedAt($var)
{
GPBUtil::checkInt64($var);
$this->started_at = $var;
return $this;
} | Generated from protobuf field <code>int64 started_at = 7;</code>
@param int|string $var
@return $this | setStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getEndedAt()
{
return $this->ended_at;
} | Generated from protobuf field <code>int64 ended_at = 8;</code>
@return int|string | getEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setEndedAt($var)
{
GPBUtil::checkInt64($var);
$this->ended_at = $var;
return $this;
} | Generated from protobuf field <code>int64 ended_at = 8;</code>
@param int|string $var
@return $this | setEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getUpdatedAt()
{
return $this->updated_at;
} | Generated from protobuf field <code>int64 updated_at = 10;</code>
@return int|string | getUpdatedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setUpdatedAt($var)
{
GPBUtil::checkInt64($var);
$this->updated_at = $var;
return $this;
} | Generated from protobuf field <code>int64 updated_at = 10;</code>
@param int|string $var
@return $this | setUpdatedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getResourceId()
{
return $this->resource_id;
} | Generated from protobuf field <code>string resource_id = 9;</code>
@return string | getResourceId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setResourceId($var)
{
GPBUtil::checkString($var, True);
$this->resource_id = $var;
return $this;
} | Generated from protobuf field <code>string resource_id = 9;</code>
@param string $var
@return $this | setResourceId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getTracks()
{
return $this->tracks;
} | Generated from protobuf field <code>repeated .livekit.TrackInfo tracks = 6;</code>
@return \Google\Protobuf\Internal\RepeatedField | getTracks | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function setTracks($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\TrackInfo::class);
$this->tracks = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.TrackInfo tracks = 6;</code>
@param \Livekit\TrackInfo[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setTracks | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressState.php | Apache-2.0 |
public function getPage()
{
return $this->page;
} | Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
@return \Livekit\Pagination|null | getPage | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function setPage($var)
{
GPBUtil::checkMessage($var, \Livekit\Pagination::class);
$this->page = $var;
return $this;
} | Generated from protobuf field <code>.livekit.Pagination page = 3;</code>
@param \Livekit\Pagination $var
@return $this | setPage | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function getTrunkIds()
{
return $this->trunk_ids;
} | Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
If any of the trunks is missing, a nil item in that position will be sent in the response.
Generated from protobuf field <code>repeated string trunk_ids = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getTrunkIds | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function setTrunkIds($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->trunk_ids = $arr;
return $this;
} | Trunk IDs to list. If this option is set, the response will contains trunks in the same order.
If any of the trunks is missing, a nil item in that position will be sent in the response.
Generated from protobuf field <code>repeated string trunk_ids = 1;</code>
@param string[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setTrunkIds | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function getNumbers()
{
return $this->numbers;
} | Only list trunks that contain one of the numbers, including wildcard trunks.
Generated from protobuf field <code>repeated string numbers = 2;</code>
@return \Google\Protobuf\Internal\RepeatedField | getNumbers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function setNumbers($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->numbers = $arr;
return $this;
} | Only list trunks that contain one of the numbers, including wildcard trunks.
Generated from protobuf field <code>repeated string numbers = 2;</code>
@param string[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setNumbers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListSIPInboundTrunkRequest.php | Apache-2.0 |
public function getJobId()
{
return $this->job_id;
} | Generated from protobuf field <code>string job_id = 1;</code>
@return string | getJobId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobTermination.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobTermination.php | Apache-2.0 |
public function setJobId($var)
{
GPBUtil::checkString($var, True);
$this->job_id = $var;
return $this;
} | Generated from protobuf field <code>string job_id = 1;</code>
@param string $var
@return $this | setJobId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobTermination.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobTermination.php | Apache-2.0 |
public function getTrack()
{
return $this->track;
} | Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
@return \Livekit\TrackInfo|null | getTrack | php | agence104/livekit-server-sdk-php | src/proto/Livekit/MuteRoomTrackResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MuteRoomTrackResponse.php | Apache-2.0 |
public function setTrack($var)
{
GPBUtil::checkMessage($var, \Livekit\TrackInfo::class);
$this->track = $var;
return $this;
} | Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
@param \Livekit\TrackInfo $var
@return $this | setTrack | php | agence104/livekit-server-sdk-php | src/proto/Livekit/MuteRoomTrackResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/MuteRoomTrackResponse.php | Apache-2.0 |
public function getFilepath()
{
return $this->filepath;
} | see egress 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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.php | Apache-2.0 |
public function setFilepath($var)
{
GPBUtil::checkString($var, True);
$this->filepath = $var;
return $this;
} | see egress 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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.php | Apache-2.0 |
public function getDisableManifest()
{
return $this->disable_manifest;
} | disable upload of 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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.php | Apache-2.0 |
public function setDisableManifest($var)
{
GPBUtil::checkBool($var);
$this->disable_manifest = $var;
return $this;
} | disable upload of 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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.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/DirectFileOutput.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DirectFileOutput.php | Apache-2.0 |
public function getEgressId()
{
return $this->egress_id;
} | Generated from protobuf field <code>string egress_id = 1;</code>
@return string | getEgressId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function setEgressId($var)
{
GPBUtil::checkString($var, True);
$this->egress_id = $var;
return $this;
} | Generated from protobuf field <code>string egress_id = 1;</code>
@param string $var
@return $this | setEgressId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function getAddImageOutputs()
{
return $this->add_image_outputs;
} | Generated from protobuf field <code>repeated .livekit.ImageOutput add_image_outputs = 2;</code>
@return \Google\Protobuf\Internal\RepeatedField | getAddImageOutputs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function setAddImageOutputs($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\ImageOutput::class);
$this->add_image_outputs = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.ImageOutput add_image_outputs = 2;</code>
@param \Livekit\ImageOutput[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setAddImageOutputs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function getRemoveImageOutputs()
{
return $this->remove_image_outputs;
} | Generated from protobuf field <code>repeated .livekit.ImageOutput remove_image_outputs = 3;</code>
@return \Google\Protobuf\Internal\RepeatedField | getRemoveImageOutputs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function setRemoveImageOutputs($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\ImageOutput::class);
$this->remove_image_outputs = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.ImageOutput remove_image_outputs = 3;</code>
@param \Livekit\ImageOutput[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setRemoveImageOutputs | php | agence104/livekit-server-sdk-php | src/proto/Livekit/UpdateOutputsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateOutputsRequest.php | Apache-2.0 |
public function getRoomName()
{
return $this->room_name;
} | What room should call be directed into
Generated from protobuf field <code>string room_name = 1;</code>
@return string | getRoomName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPDispatchRuleDirect.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleDirect.php | Apache-2.0 |
public function setRoomName($var)
{
GPBUtil::checkString($var, True);
$this->room_name = $var;
return $this;
} | What room should call be directed into
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/SIPDispatchRuleDirect.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleDirect.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/SIPDispatchRuleDirect.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleDirect.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/SIPDispatchRuleDirect.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleDirect.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/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.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/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getText()
{
return $this->text;
} | Generated from protobuf field <code>string text = 2;</code>
@return string | getText | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function setText($var)
{
GPBUtil::checkString($var, True);
$this->text = $var;
return $this;
} | Generated from protobuf field <code>string text = 2;</code>
@param string $var
@return $this | setText | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getStartTime()
{
return $this->start_time;
} | Generated from protobuf field <code>uint64 start_time = 3;</code>
@return int|string | getStartTime | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function setStartTime($var)
{
GPBUtil::checkUint64($var);
$this->start_time = $var;
return $this;
} | Generated from protobuf field <code>uint64 start_time = 3;</code>
@param int|string $var
@return $this | setStartTime | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getEndTime()
{
return $this->end_time;
} | Generated from protobuf field <code>uint64 end_time = 4;</code>
@return int|string | getEndTime | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function setEndTime($var)
{
GPBUtil::checkUint64($var);
$this->end_time = $var;
return $this;
} | Generated from protobuf field <code>uint64 end_time = 4;</code>
@param int|string $var
@return $this | setEndTime | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getFinal()
{
return $this->final;
} | Generated from protobuf field <code>bool final = 5;</code>
@return bool | getFinal | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function setFinal($var)
{
GPBUtil::checkBool($var);
$this->final = $var;
return $this;
} | Generated from protobuf field <code>bool final = 5;</code>
@param bool $var
@return $this | setFinal | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getLanguage()
{
return $this->language;
} | Generated from protobuf field <code>string language = 6;</code>
@return string | getLanguage | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function setLanguage($var)
{
GPBUtil::checkString($var, True);
$this->language = $var;
return $this;
} | Generated from protobuf field <code>string language = 6;</code>
@param string $var
@return $this | setLanguage | php | agence104/livekit-server-sdk-php | src/proto/Livekit/TranscriptionSegment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/TranscriptionSegment.php | Apache-2.0 |
public function getStatus()
{
return $this->status;
} | Generated from protobuf field <code>.livekit.JobStatus status = 1;</code>
@return int | getStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function setStatus($var)
{
GPBUtil::checkEnum($var, \Livekit\JobStatus::class);
$this->status = $var;
return $this;
} | Generated from protobuf field <code>.livekit.JobStatus status = 1;</code>
@param int $var
@return $this | setStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | Generated from protobuf field <code>string error = 2;</code>
@return string | getError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function setError($var)
{
GPBUtil::checkString($var, True);
$this->error = $var;
return $this;
} | Generated from protobuf field <code>string error = 2;</code>
@param string $var
@return $this | setError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function getStartedAt()
{
return $this->started_at;
} | Generated from protobuf field <code>int64 started_at = 3;</code>
@return int|string | getStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function setStartedAt($var)
{
GPBUtil::checkInt64($var);
$this->started_at = $var;
return $this;
} | Generated from protobuf field <code>int64 started_at = 3;</code>
@param int|string $var
@return $this | setStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function getEndedAt()
{
return $this->ended_at;
} | Generated from protobuf field <code>int64 ended_at = 4;</code>
@return int|string | getEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.php | Apache-2.0 |
public function setEndedAt($var)
{
GPBUtil::checkInt64($var);
$this->ended_at = $var;
return $this;
} | Generated from protobuf field <code>int64 ended_at = 4;</code>
@param int|string $var
@return $this | setEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobState.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.