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 getAgentDispatches()
{
return $this->agent_dispatches;
} | Generated from protobuf field <code>repeated .livekit.AgentDispatch agent_dispatches = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getAgentDispatches | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListAgentDispatchResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchResponse.php | Apache-2.0 |
public function setAgentDispatches($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\AgentDispatch::class);
$this->agent_dispatches = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.AgentDispatch agent_dispatches = 1;</code>
@param \Livekit\AgentDispatch[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setAgentDispatches | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListAgentDispatchResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListAgentDispatchResponse.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | Generated from protobuf field <code>string name = 1;</code>
@return string | getName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function setName($var)
{
GPBUtil::checkString($var, True);
$this->name = $var;
return $this;
} | Generated from protobuf field <code>string name = 1;</code>
@param string $var
@return $this | setName | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function getSource()
{
return $this->source;
} | Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
@return int | getSource | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function setSource($var)
{
GPBUtil::checkEnum($var, \Livekit\TrackSource::class);
$this->source = $var;
return $this;
} | Generated from protobuf field <code>.livekit.TrackSource source = 2;</code>
@param int $var
@return $this | setSource | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function getPreset()
{
return $this->readOneof(3);
} | Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>
@return int | getPreset | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function setPreset($var)
{
GPBUtil::checkEnum($var, \Livekit\IngressVideoEncodingPreset::class);
$this->writeOneof(3, $var);
return $this;
} | Generated from protobuf field <code>.livekit.IngressVideoEncodingPreset preset = 3;</code>
@param int $var
@return $this | setPreset | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function getOptions()
{
return $this->readOneof(4);
} | Generated from protobuf field <code>.livekit.IngressVideoEncodingOptions options = 4;</code>
@return \Livekit\IngressVideoEncodingOptions|null | getOptions | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function setOptions($var)
{
GPBUtil::checkMessage($var, \Livekit\IngressVideoEncodingOptions::class);
$this->writeOneof(4, $var);
return $this;
} | Generated from protobuf field <code>.livekit.IngressVideoEncodingOptions options = 4;</code>
@param \Livekit\IngressVideoEncodingOptions $var
@return $this | setOptions | php | agence104/livekit-server-sdk-php | src/proto/Livekit/IngressVideoOptions.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressVideoOptions.php | Apache-2.0 |
public function getExtLastSequenceNumber()
{
return $this->ext_last_sequence_number;
} | Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>
@return int|string | getExtLastSequenceNumber | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setExtLastSequenceNumber($var)
{
GPBUtil::checkUint64($var);
$this->ext_last_sequence_number = $var;
return $this;
} | Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>
@param int|string $var
@return $this | setExtLastSequenceNumber | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function getExtSecondLastSequenceNumber()
{
return $this->ext_second_last_sequence_number;
} | Generated from protobuf field <code>uint64 ext_second_last_sequence_number = 2;</code>
@return int|string | getExtSecondLastSequenceNumber | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setExtSecondLastSequenceNumber($var)
{
GPBUtil::checkUint64($var);
$this->ext_second_last_sequence_number = $var;
return $this;
} | Generated from protobuf field <code>uint64 ext_second_last_sequence_number = 2;</code>
@param int|string $var
@return $this | setExtSecondLastSequenceNumber | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function getExtLastTimestamp()
{
return $this->ext_last_timestamp;
} | Generated from protobuf field <code>uint64 ext_last_timestamp = 3;</code>
@return int|string | getExtLastTimestamp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setExtLastTimestamp($var)
{
GPBUtil::checkUint64($var);
$this->ext_last_timestamp = $var;
return $this;
} | Generated from protobuf field <code>uint64 ext_last_timestamp = 3;</code>
@param int|string $var
@return $this | setExtLastTimestamp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function getExtSecondLastTimestamp()
{
return $this->ext_second_last_timestamp;
} | Generated from protobuf field <code>uint64 ext_second_last_timestamp = 4;</code>
@return int|string | getExtSecondLastTimestamp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setExtSecondLastTimestamp($var)
{
GPBUtil::checkUint64($var);
$this->ext_second_last_timestamp = $var;
return $this;
} | Generated from protobuf field <code>uint64 ext_second_last_timestamp = 4;</code>
@param int|string $var
@return $this | setExtSecondLastTimestamp | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function getLastMarker()
{
return $this->last_marker;
} | Generated from protobuf field <code>bool last_marker = 5;</code>
@return bool | getLastMarker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setLastMarker($var)
{
GPBUtil::checkBool($var);
$this->last_marker = $var;
return $this;
} | Generated from protobuf field <code>bool last_marker = 5;</code>
@param bool $var
@return $this | setLastMarker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function getSecondLastMarker()
{
return $this->second_last_marker;
} | Generated from protobuf field <code>bool second_last_marker = 6;</code>
@return bool | getSecondLastMarker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.php | Apache-2.0 |
public function setSecondLastMarker($var)
{
GPBUtil::checkBool($var);
$this->second_last_marker = $var;
return $this;
} | Generated from protobuf field <code>bool second_last_marker = 6;</code>
@param bool $var
@return $this | setSecondLastMarker | php | agence104/livekit-server-sdk-php | src/proto/Livekit/RTPMungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPMungerState.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/StopEgressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StopEgressRequest.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/StopEgressRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/StopEgressRequest.php | Apache-2.0 |
public function getCallId()
{
return $this->call_id;
} | Generated from protobuf field <code>string call_id = 1;</code>
@return string | getCallId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setCallId($var)
{
GPBUtil::checkString($var, True);
$this->call_id = $var;
return $this;
} | Generated from protobuf field <code>string call_id = 1;</code>
@param string $var
@return $this | setCallId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getTrunkId()
{
return $this->trunk_id;
} | Generated from protobuf field <code>string trunk_id = 2;</code>
@return string | getTrunkId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setTrunkId($var)
{
GPBUtil::checkString($var, True);
$this->trunk_id = $var;
return $this;
} | Generated from protobuf field <code>string trunk_id = 2;</code>
@param string $var
@return $this | setTrunkId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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 = 4;</code>
@return string | getRoomId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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 = 4;</code>
@param string $var
@return $this | setRoomId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getParticipantIdentity()
{
return $this->participant_identity;
} | Generated from protobuf field <code>string participant_identity = 5;</code>
@return string | getParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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 = 5;</code>
@param string $var
@return $this | setParticipantIdentity | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getFromUri()
{
return $this->from_uri;
} | Generated from protobuf field <code>.livekit.SIPUri from_uri = 6;</code>
@return \Livekit\SIPUri|null | getFromUri | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setFromUri($var)
{
GPBUtil::checkMessage($var, \Livekit\SIPUri::class);
$this->from_uri = $var;
return $this;
} | Generated from protobuf field <code>.livekit.SIPUri from_uri = 6;</code>
@param \Livekit\SIPUri $var
@return $this | setFromUri | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getToUri()
{
return $this->to_uri;
} | Generated from protobuf field <code>.livekit.SIPUri to_uri = 7;</code>
@return \Livekit\SIPUri|null | getToUri | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setToUri($var)
{
GPBUtil::checkMessage($var, \Livekit\SIPUri::class);
$this->to_uri = $var;
return $this;
} | Generated from protobuf field <code>.livekit.SIPUri to_uri = 7;</code>
@param \Livekit\SIPUri $var
@return $this | setToUri | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getEnabledFeatures()
{
return $this->enabled_features;
} | Generated from protobuf field <code>repeated .livekit.SIPFeature enabled_features = 14;</code>
@return \Google\Protobuf\Internal\RepeatedField | getEnabledFeatures | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setEnabledFeatures($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::ENUM, \Livekit\SIPFeature::class);
$this->enabled_features = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.SIPFeature enabled_features = 14;</code>
@param int[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setEnabledFeatures | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getCallDirection()
{
return $this->call_direction;
} | Generated from protobuf field <code>.livekit.SIPCallDirection call_direction = 15;</code>
@return int | getCallDirection | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setCallDirection($var)
{
GPBUtil::checkEnum($var, \Livekit\SIPCallDirection::class);
$this->call_direction = $var;
return $this;
} | Generated from protobuf field <code>.livekit.SIPCallDirection call_direction = 15;</code>
@param int $var
@return $this | setCallDirection | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getCallStatus()
{
return $this->call_status;
} | Generated from protobuf field <code>.livekit.SIPCallStatus call_status = 8;</code>
@return int | getCallStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setCallStatus($var)
{
GPBUtil::checkEnum($var, \Livekit\SIPCallStatus::class);
$this->call_status = $var;
return $this;
} | Generated from protobuf field <code>.livekit.SIPCallStatus call_status = 8;</code>
@param int $var
@return $this | setCallStatus | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getCreatedAt()
{
return $this->created_at;
} | Generated from protobuf field <code>int64 created_at = 9;</code>
@return int|string | getCreatedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setCreatedAt($var)
{
GPBUtil::checkInt64($var);
$this->created_at = $var;
return $this;
} | Generated from protobuf field <code>int64 created_at = 9;</code>
@param int|string $var
@return $this | setCreatedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getStartedAt()
{
return $this->started_at;
} | Generated from protobuf field <code>int64 started_at = 10;</code>
@return int|string | getStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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 = 10;</code>
@param int|string $var
@return $this | setStartedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getEndedAt()
{
return $this->ended_at;
} | Generated from protobuf field <code>int64 ended_at = 11;</code>
@return int|string | getEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.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 = 11;</code>
@param int|string $var
@return $this | setEndedAt | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getDisconnectReason()
{
return $this->disconnect_reason;
} | Generated from protobuf field <code>.livekit.DisconnectReason disconnect_reason = 12;</code>
@return int | getDisconnectReason | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setDisconnectReason($var)
{
GPBUtil::checkEnum($var, \Livekit\DisconnectReason::class);
$this->disconnect_reason = $var;
return $this;
} | Generated from protobuf field <code>.livekit.DisconnectReason disconnect_reason = 12;</code>
@param int $var
@return $this | setDisconnectReason | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | Generated from protobuf field <code>string error = 13;</code>
@return string | getError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function setError($var)
{
GPBUtil::checkString($var, True);
$this->error = $var;
return $this;
} | Generated from protobuf field <code>string error = 13;</code>
@param string $var
@return $this | setError | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SIPCallInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPCallInfo.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | Generated from protobuf field <code>repeated .livekit.EgressInfo items = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getItems | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListEgressResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressResponse.php | Apache-2.0 |
public function setItems($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\EgressInfo::class);
$this->items = $arr;
return $this;
} | Generated from protobuf field <code>repeated .livekit.EgressInfo items = 1;</code>
@param \Livekit\EgressInfo[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setItems | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListEgressResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressResponse.php | Apache-2.0 |
public function getMimeType()
{
return $this->mime_type;
} | Generated from protobuf field <code>string mime_type = 1;</code>
@return string | getMimeType | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function setMimeType($var)
{
GPBUtil::checkString($var, True);
$this->mime_type = $var;
return $this;
} | Generated from protobuf field <code>string mime_type = 1;</code>
@param string $var
@return $this | setMimeType | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function getMid()
{
return $this->mid;
} | Generated from protobuf field <code>string mid = 2;</code>
@return string | getMid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function setMid($var)
{
GPBUtil::checkString($var, True);
$this->mid = $var;
return $this;
} | Generated from protobuf field <code>string mid = 2;</code>
@param string $var
@return $this | setMid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function getCid()
{
return $this->cid;
} | Generated from protobuf field <code>string cid = 3;</code>
@return string | getCid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function setCid($var)
{
GPBUtil::checkString($var, True);
$this->cid = $var;
return $this;
} | Generated from protobuf field <code>string cid = 3;</code>
@param string $var
@return $this | setCid | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function getLayers()
{
return $this->layers;
} | Generated from protobuf field <code>repeated .livekit.VideoLayer layers = 4;</code>
@return \Google\Protobuf\Internal\RepeatedField | getLayers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.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 = 4;</code>
@param \Livekit\VideoLayer[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setLayers | php | agence104/livekit-server-sdk-php | src/proto/Livekit/SimulcastCodecInfo.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SimulcastCodecInfo.php | Apache-2.0 |
public function getTrunk()
{
return $this->trunk;
} | Trunk ID is ignored
Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo trunk = 1;</code>
@return \Livekit\SIPInboundTrunkInfo|null | getTrunk | php | agence104/livekit-server-sdk-php | src/proto/Livekit/CreateSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPInboundTrunkRequest.php | Apache-2.0 |
public function setTrunk($var)
{
GPBUtil::checkMessage($var, \Livekit\SIPInboundTrunkInfo::class);
$this->trunk = $var;
return $this;
} | Trunk ID is ignored
Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo trunk = 1;</code>
@param \Livekit\SIPInboundTrunkInfo $var
@return $this | setTrunk | php | agence104/livekit-server-sdk-php | src/proto/Livekit/CreateSIPInboundTrunkRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/CreateSIPInboundTrunkRequest.php | Apache-2.0 |
public function getNames()
{
return $this->names;
} | when set, will only return rooms with name match
Generated from protobuf field <code>repeated string names = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getNames | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListRoomsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListRoomsRequest.php | Apache-2.0 |
public function setNames($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->names = $arr;
return $this;
} | when set, will only return rooms with name match
Generated from protobuf field <code>repeated string names = 1;</code>
@param string[]|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setNames | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ListRoomsRequest.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListRoomsRequest.php | Apache-2.0 |
public function getJob()
{
return $this->job;
} | Generated from protobuf field <code>.livekit.Job job = 1;</code>
@return \Livekit\Job|null | getJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function setJob($var)
{
GPBUtil::checkMessage($var, \Livekit\Job::class);
$this->job = $var;
return $this;
} | Generated from protobuf field <code>.livekit.Job job = 1;</code>
@param \Livekit\Job $var
@return $this | setJob | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function getUrl()
{
return isset($this->url) ? $this->url : '';
} | Generated from protobuf field <code>optional string url = 2;</code>
@return string | getUrl | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function setUrl($var)
{
GPBUtil::checkString($var, True);
$this->url = $var;
return $this;
} | Generated from protobuf field <code>optional string url = 2;</code>
@param string $var
@return $this | setUrl | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function getToken()
{
return $this->token;
} | Generated from protobuf field <code>string token = 3;</code>
@return string | getToken | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function setToken($var)
{
GPBUtil::checkString($var, True);
$this->token = $var;
return $this;
} | Generated from protobuf field <code>string token = 3;</code>
@param string $var
@return $this | setToken | php | agence104/livekit-server-sdk-php | src/proto/Livekit/JobAssignment.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/JobAssignment.php | Apache-2.0 |
public function getExtLastPictureId()
{
return $this->ext_last_picture_id;
} | Generated from protobuf field <code>int32 ext_last_picture_id = 1;</code>
@return int | getExtLastPictureId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setExtLastPictureId($var)
{
GPBUtil::checkInt32($var);
$this->ext_last_picture_id = $var;
return $this;
} | Generated from protobuf field <code>int32 ext_last_picture_id = 1;</code>
@param int $var
@return $this | setExtLastPictureId | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getPictureIdUsed()
{
return $this->picture_id_used;
} | Generated from protobuf field <code>bool picture_id_used = 2;</code>
@return bool | getPictureIdUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setPictureIdUsed($var)
{
GPBUtil::checkBool($var);
$this->picture_id_used = $var;
return $this;
} | Generated from protobuf field <code>bool picture_id_used = 2;</code>
@param bool $var
@return $this | setPictureIdUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getLastTl0PicIdx()
{
return $this->last_tl0_pic_idx;
} | Generated from protobuf field <code>uint32 last_tl0_pic_idx = 3;</code>
@return int | getLastTl0PicIdx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setLastTl0PicIdx($var)
{
GPBUtil::checkUint32($var);
$this->last_tl0_pic_idx = $var;
return $this;
} | Generated from protobuf field <code>uint32 last_tl0_pic_idx = 3;</code>
@param int $var
@return $this | setLastTl0PicIdx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getTl0PicIdxUsed()
{
return $this->tl0_pic_idx_used;
} | Generated from protobuf field <code>bool tl0_pic_idx_used = 4;</code>
@return bool | getTl0PicIdxUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setTl0PicIdxUsed($var)
{
GPBUtil::checkBool($var);
$this->tl0_pic_idx_used = $var;
return $this;
} | Generated from protobuf field <code>bool tl0_pic_idx_used = 4;</code>
@param bool $var
@return $this | setTl0PicIdxUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getTidUsed()
{
return $this->tid_used;
} | Generated from protobuf field <code>bool tid_used = 5;</code>
@return bool | getTidUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setTidUsed($var)
{
GPBUtil::checkBool($var);
$this->tid_used = $var;
return $this;
} | Generated from protobuf field <code>bool tid_used = 5;</code>
@param bool $var
@return $this | setTidUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getLastKeyIdx()
{
return $this->last_key_idx;
} | Generated from protobuf field <code>uint32 last_key_idx = 6;</code>
@return int | getLastKeyIdx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setLastKeyIdx($var)
{
GPBUtil::checkUint32($var);
$this->last_key_idx = $var;
return $this;
} | Generated from protobuf field <code>uint32 last_key_idx = 6;</code>
@param int $var
@return $this | setLastKeyIdx | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getKeyIdxUsed()
{
return $this->key_idx_used;
} | Generated from protobuf field <code>bool key_idx_used = 7;</code>
@return bool | getKeyIdxUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function setKeyIdxUsed($var)
{
GPBUtil::checkBool($var);
$this->key_idx_used = $var;
return $this;
} | Generated from protobuf field <code>bool key_idx_used = 7;</code>
@param bool $var
@return $this | setKeyIdxUsed | php | agence104/livekit-server-sdk-php | src/proto/Livekit/VP8MungerState.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VP8MungerState.php | Apache-2.0 |
public function getTrunk()
{
return $this->trunk;
} | Generated from protobuf field <code>.livekit.SIPOutboundTrunkInfo trunk = 1;</code>
@return \Livekit\SIPOutboundTrunkInfo|null | getTrunk | php | agence104/livekit-server-sdk-php | src/proto/Livekit/GetSIPOutboundTrunkResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPOutboundTrunkResponse.php | Apache-2.0 |
public function setTrunk($var)
{
GPBUtil::checkMessage($var, \Livekit\SIPOutboundTrunkInfo::class);
$this->trunk = $var;
return $this;
} | Generated from protobuf field <code>.livekit.SIPOutboundTrunkInfo trunk = 1;</code>
@param \Livekit\SIPOutboundTrunkInfo $var
@return $this | setTrunk | php | agence104/livekit-server-sdk-php | src/proto/Livekit/GetSIPOutboundTrunkResponse.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPOutboundTrunkResponse.php | Apache-2.0 |
public function getRegister()
{
return $this->readOneof(1);
} | server confirms the registration, from this moment on, the worker is considered active
Generated from protobuf field <code>.livekit.RegisterWorkerResponse register = 1;</code>
@return \Livekit\RegisterWorkerResponse|null | getRegister | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function setRegister($var)
{
GPBUtil::checkMessage($var, \Livekit\RegisterWorkerResponse::class);
$this->writeOneof(1, $var);
return $this;
} | server confirms the registration, from this moment on, the worker is considered active
Generated from protobuf field <code>.livekit.RegisterWorkerResponse register = 1;</code>
@param \Livekit\RegisterWorkerResponse $var
@return $this | setRegister | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function getAvailability()
{
return $this->readOneof(2);
} | server asks worker to confirm availability for a job
Generated from protobuf field <code>.livekit.AvailabilityRequest availability = 2;</code>
@return \Livekit\AvailabilityRequest|null | getAvailability | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function setAvailability($var)
{
GPBUtil::checkMessage($var, \Livekit\AvailabilityRequest::class);
$this->writeOneof(2, $var);
return $this;
} | server asks worker to confirm availability for a job
Generated from protobuf field <code>.livekit.AvailabilityRequest availability = 2;</code>
@param \Livekit\AvailabilityRequest $var
@return $this | setAvailability | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function getAssignment()
{
return $this->readOneof(3);
} | Generated from protobuf field <code>.livekit.JobAssignment assignment = 3;</code>
@return \Livekit\JobAssignment|null | getAssignment | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function setAssignment($var)
{
GPBUtil::checkMessage($var, \Livekit\JobAssignment::class);
$this->writeOneof(3, $var);
return $this;
} | Generated from protobuf field <code>.livekit.JobAssignment assignment = 3;</code>
@param \Livekit\JobAssignment $var
@return $this | setAssignment | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function getTermination()
{
return $this->readOneof(5);
} | Generated from protobuf field <code>.livekit.JobTermination termination = 5;</code>
@return \Livekit\JobTermination|null | getTermination | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function setTermination($var)
{
GPBUtil::checkMessage($var, \Livekit\JobTermination::class);
$this->writeOneof(5, $var);
return $this;
} | Generated from protobuf field <code>.livekit.JobTermination termination = 5;</code>
@param \Livekit\JobTermination $var
@return $this | setTermination | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function getPong()
{
return $this->readOneof(4);
} | Generated from protobuf field <code>.livekit.WorkerPong pong = 4;</code>
@return \Livekit\WorkerPong|null | getPong | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.php | Apache-2.0 |
public function setPong($var)
{
GPBUtil::checkMessage($var, \Livekit\WorkerPong::class);
$this->writeOneof(4, $var);
return $this;
} | Generated from protobuf field <code>.livekit.WorkerPong pong = 4;</code>
@param \Livekit\WorkerPong $var
@return $this | setPong | php | agence104/livekit-server-sdk-php | src/proto/Livekit/ServerMessage.php | https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ServerMessage.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.