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 getParticipantIdentity() { return $this->participant_identity; }
Generated from protobuf field <code>string participant_identity = 2;</code> @return string
getParticipantIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.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 = 2;</code> @param string $var @return $this
setParticipantIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.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/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.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/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.php
Apache-2.0
public function getSipCallId() { return $this->sip_call_id; }
Generated from protobuf field <code>string sip_call_id = 4;</code> @return string
getSipCallId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.php
Apache-2.0
public function setSipCallId($var) { GPBUtil::checkString($var, True); $this->sip_call_id = $var; return $this; }
Generated from protobuf field <code>string sip_call_id = 4;</code> @param string $var @return $this
setSipCallId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPParticipantInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPParticipantInfo.php
Apache-2.0
public function getSipDispatchRuleId() { return $this->sip_dispatch_rule_id; }
Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code> @return string
getSipDispatchRuleId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setSipDispatchRuleId($var) { GPBUtil::checkString($var, True); $this->sip_dispatch_rule_id = $var; return $this; }
Generated from protobuf field <code>string sip_dispatch_rule_id = 1;</code> @param string $var @return $this
setSipDispatchRuleId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getRule() { return $this->rule; }
Generated from protobuf field <code>.livekit.SIPDispatchRule rule = 2;</code> @return \Livekit\SIPDispatchRule|null
getRule
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setRule($var) { GPBUtil::checkMessage($var, \Livekit\SIPDispatchRule::class); $this->rule = $var; return $this; }
Generated from protobuf field <code>.livekit.SIPDispatchRule rule = 2;</code> @param \Livekit\SIPDispatchRule $var @return $this
setRule
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getTrunkIds() { return $this->trunk_ids; }
Generated from protobuf field <code>repeated string trunk_ids = 3;</code> @return \Google\Protobuf\Internal\RepeatedField
getTrunkIds
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setTrunkIds($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); $this->trunk_ids = $arr; return $this; }
Generated from protobuf field <code>repeated string trunk_ids = 3;</code> @param string[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setTrunkIds
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getHidePhoneNumber() { return $this->hide_phone_number; }
Generated from protobuf field <code>bool hide_phone_number = 4;</code> @return bool
getHidePhoneNumber
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setHidePhoneNumber($var) { GPBUtil::checkBool($var); $this->hide_phone_number = $var; return $this; }
Generated from protobuf field <code>bool hide_phone_number = 4;</code> @param bool $var @return $this
setHidePhoneNumber
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getInboundNumbers() { return $this->inbound_numbers; }
Dispatch Rule will only accept a call made to these numbers (if set). Generated from protobuf field <code>repeated string inbound_numbers = 7;</code> @return \Google\Protobuf\Internal\RepeatedField
getInboundNumbers
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setInboundNumbers($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); $this->inbound_numbers = $arr; return $this; }
Dispatch Rule will only accept a call made to these numbers (if set). Generated from protobuf field <code>repeated string inbound_numbers = 7;</code> @param string[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setInboundNumbers
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getName() { return $this->name; }
Human-readable name for the Dispatch Rule. Generated from protobuf field <code>string name = 5;</code> @return string
getName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setName($var) { GPBUtil::checkString($var, True); $this->name = $var; return $this; }
Human-readable name for the Dispatch Rule. Generated from protobuf field <code>string name = 5;</code> @param string $var @return $this
setName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getMetadata() { return $this->metadata; }
User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata. Generated from protobuf field <code>string metadata = 6;</code> @return string
getMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setMetadata($var) { GPBUtil::checkString($var, True); $this->metadata = $var; return $this; }
User-defined metadata for the Dispatch Rule. Participants created by this rule will inherit this metadata. Generated from protobuf field <code>string metadata = 6;</code> @param string $var @return $this
setMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getAttributes() { return $this->attributes; }
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes. Generated from protobuf field <code>map<string, string> attributes = 8;</code> @return \Google\Protobuf\Internal\MapField
getAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setAttributes($var) { $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING); $this->attributes = $arr; return $this; }
User-defined attributes for the Dispatch Rule. Participants created by this rule will inherit these attributes. Generated from protobuf field <code>map<string, string> attributes = 8;</code> @param array|\Google\Protobuf\Internal\MapField $var @return $this
setAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getRoomPreset() { return $this->room_preset; }
Cloud-only, config preset to use Generated from protobuf field <code>string room_preset = 9;</code> @return string
getRoomPreset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setRoomPreset($var) { GPBUtil::checkString($var, True); $this->room_preset = $var; return $this; }
Cloud-only, config preset to use Generated from protobuf field <code>string room_preset = 9;</code> @param string $var @return $this
setRoomPreset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getRoomConfig() { return $this->room_config; }
RoomConfiguration to use if the participant initiates the room Generated from protobuf field <code>.livekit.RoomConfiguration room_config = 10;</code> @return \Livekit\RoomConfiguration|null
getRoomConfig
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setRoomConfig($var) { GPBUtil::checkMessage($var, \Livekit\RoomConfiguration::class); $this->room_config = $var; return $this; }
RoomConfiguration to use if the participant initiates the room Generated from protobuf field <code>.livekit.RoomConfiguration room_config = 10;</code> @param \Livekit\RoomConfiguration $var @return $this
setRoomConfig
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getKrispEnabled() { return $this->krisp_enabled; }
Generated from protobuf field <code>bool krisp_enabled = 11;</code> @return bool
getKrispEnabled
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setKrispEnabled($var) { GPBUtil::checkBool($var); $this->krisp_enabled = $var; return $this; }
Generated from protobuf field <code>bool krisp_enabled = 11;</code> @param bool $var @return $this
setKrispEnabled
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getMediaEncryption() { return $this->media_encryption; }
NEXT ID: 13 Generated from protobuf field <code>.livekit.SIPMediaEncryption media_encryption = 12;</code> @return int
getMediaEncryption
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function setMediaEncryption($var) { GPBUtil::checkEnum($var, \Livekit\SIPMediaEncryption::class); $this->media_encryption = $var; return $this; }
NEXT ID: 13 Generated from protobuf field <code>.livekit.SIPMediaEncryption media_encryption = 12;</code> @param int $var @return $this
setMediaEncryption
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRuleInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRuleInfo.php
Apache-2.0
public function getUser() { return $this->user; }
Generated from protobuf field <code>string user = 1;</code> @return string
getUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function setUser($var) { GPBUtil::checkString($var, True); $this->user = $var; return $this; }
Generated from protobuf field <code>string user = 1;</code> @param string $var @return $this
setUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function getHost() { return $this->host; }
Generated from protobuf field <code>string host = 2;</code> @return string
getHost
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function setHost($var) { GPBUtil::checkString($var, True); $this->host = $var; return $this; }
Generated from protobuf field <code>string host = 2;</code> @param string $var @return $this
setHost
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function getIp() { return $this->ip; }
Generated from protobuf field <code>string ip = 3;</code> @return string
getIp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function setIp($var) { GPBUtil::checkString($var, True); $this->ip = $var; return $this; }
Generated from protobuf field <code>string ip = 3;</code> @param string $var @return $this
setIp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function getPort() { return $this->port; }
Generated from protobuf field <code>uint32 port = 4;</code> @return int
getPort
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function setPort($var) { GPBUtil::checkUint32($var); $this->port = $var; return $this; }
Generated from protobuf field <code>uint32 port = 4;</code> @param int $var @return $this
setPort
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function getTransport() { return $this->transport; }
Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code> @return int
getTransport
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function setTransport($var) { GPBUtil::checkEnum($var, \Livekit\SIPTransport::class); $this->transport = $var; return $this; }
Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code> @param int $var @return $this
setTransport
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPUri.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPUri.php
Apache-2.0
public function getVideo() { return $this->video; }
Generated from protobuf field <code>.livekit.VideoConfiguration video = 1;</code> @return \Livekit\VideoConfiguration|null
getVideo
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function setVideo($var) { GPBUtil::checkMessage($var, \Livekit\VideoConfiguration::class); $this->video = $var; return $this; }
Generated from protobuf field <code>.livekit.VideoConfiguration video = 1;</code> @param \Livekit\VideoConfiguration $var @return $this
setVideo
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function getScreen() { return $this->screen; }
Generated from protobuf field <code>.livekit.VideoConfiguration screen = 2;</code> @return \Livekit\VideoConfiguration|null
getScreen
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function setScreen($var) { GPBUtil::checkMessage($var, \Livekit\VideoConfiguration::class); $this->screen = $var; return $this; }
Generated from protobuf field <code>.livekit.VideoConfiguration screen = 2;</code> @param \Livekit\VideoConfiguration $var @return $this
setScreen
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function getResumeConnection() { return $this->resume_connection; }
Generated from protobuf field <code>.livekit.ClientConfigSetting resume_connection = 3;</code> @return int
getResumeConnection
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function setResumeConnection($var) { GPBUtil::checkEnum($var, \Livekit\ClientConfigSetting::class); $this->resume_connection = $var; return $this; }
Generated from protobuf field <code>.livekit.ClientConfigSetting resume_connection = 3;</code> @param int $var @return $this
setResumeConnection
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function getDisabledCodecs() { return $this->disabled_codecs; }
Generated from protobuf field <code>.livekit.DisabledCodecs disabled_codecs = 4;</code> @return \Livekit\DisabledCodecs|null
getDisabledCodecs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function setDisabledCodecs($var) { GPBUtil::checkMessage($var, \Livekit\DisabledCodecs::class); $this->disabled_codecs = $var; return $this; }
Generated from protobuf field <code>.livekit.DisabledCodecs disabled_codecs = 4;</code> @param \Livekit\DisabledCodecs $var @return $this
setDisabledCodecs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function getForceRelay() { return $this->force_relay; }
Generated from protobuf field <code>.livekit.ClientConfigSetting force_relay = 5;</code> @return int
getForceRelay
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function setForceRelay($var) { GPBUtil::checkEnum($var, \Livekit\ClientConfigSetting::class); $this->force_relay = $var; return $this; }
Generated from protobuf field <code>.livekit.ClientConfigSetting force_relay = 5;</code> @param int $var @return $this
setForceRelay
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ClientConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ClientConfiguration.php
Apache-2.0
public function getCaptureInterval() { return $this->capture_interval; }
in seconds (required) Generated from protobuf field <code>uint32 capture_interval = 1;</code> @return int
getCaptureInterval
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setCaptureInterval($var) { GPBUtil::checkUint32($var); $this->capture_interval = $var; return $this; }
in seconds (required) Generated from protobuf field <code>uint32 capture_interval = 1;</code> @param int $var @return $this
setCaptureInterval
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getWidth() { return $this->width; }
(optional, defaults to track width) Generated from protobuf field <code>int32 width = 2;</code> @return int
getWidth
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setWidth($var) { GPBUtil::checkInt32($var); $this->width = $var; return $this; }
(optional, defaults to track width) Generated from protobuf field <code>int32 width = 2;</code> @param int $var @return $this
setWidth
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getHeight() { return $this->height; }
(optional, defaults to track height) Generated from protobuf field <code>int32 height = 3;</code> @return int
getHeight
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setHeight($var) { GPBUtil::checkInt32($var); $this->height = $var; return $this; }
(optional, defaults to track height) Generated from protobuf field <code>int32 height = 3;</code> @param int $var @return $this
setHeight
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getFilenamePrefix() { return $this->filename_prefix; }
(optional) Generated from protobuf field <code>string filename_prefix = 4;</code> @return string
getFilenamePrefix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setFilenamePrefix($var) { GPBUtil::checkString($var, True); $this->filename_prefix = $var; return $this; }
(optional) Generated from protobuf field <code>string filename_prefix = 4;</code> @param string $var @return $this
setFilenamePrefix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getFilenameSuffix() { return $this->filename_suffix; }
(optional, default INDEX) Generated from protobuf field <code>.livekit.ImageFileSuffix filename_suffix = 5;</code> @return int
getFilenameSuffix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setFilenameSuffix($var) { GPBUtil::checkEnum($var, \Livekit\ImageFileSuffix::class); $this->filename_suffix = $var; return $this; }
(optional, default INDEX) Generated from protobuf field <code>.livekit.ImageFileSuffix filename_suffix = 5;</code> @param int $var @return $this
setFilenameSuffix
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getImageCodec() { return $this->image_codec; }
(optional) Generated from protobuf field <code>.livekit.ImageCodec image_codec = 6;</code> @return int
getImageCodec
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setImageCodec($var) { GPBUtil::checkEnum($var, \Livekit\ImageCodec::class); $this->image_codec = $var; return $this; }
(optional) Generated from protobuf field <code>.livekit.ImageCodec image_codec = 6;</code> @param int $var @return $this
setImageCodec
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.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 = 7;</code> @return bool
getDisableManifest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.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 = 7;</code> @param bool $var @return $this
setDisableManifest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getS3() { return $this->readOneof(8); }
Generated from protobuf field <code>.livekit.S3Upload s3 = 8;</code> @return \Livekit\S3Upload|null
getS3
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setS3($var) { GPBUtil::checkMessage($var, \Livekit\S3Upload::class); $this->writeOneof(8, $var); return $this; }
Generated from protobuf field <code>.livekit.S3Upload s3 = 8;</code> @param \Livekit\S3Upload $var @return $this
setS3
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getGcp() { return $this->readOneof(9); }
Generated from protobuf field <code>.livekit.GCPUpload gcp = 9;</code> @return \Livekit\GCPUpload|null
getGcp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setGcp($var) { GPBUtil::checkMessage($var, \Livekit\GCPUpload::class); $this->writeOneof(9, $var); return $this; }
Generated from protobuf field <code>.livekit.GCPUpload gcp = 9;</code> @param \Livekit\GCPUpload $var @return $this
setGcp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getAzure() { return $this->readOneof(10); }
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 10;</code> @return \Livekit\AzureBlobUpload|null
getAzure
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setAzure($var) { GPBUtil::checkMessage($var, \Livekit\AzureBlobUpload::class); $this->writeOneof(10, $var); return $this; }
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 10;</code> @param \Livekit\AzureBlobUpload $var @return $this
setAzure
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getAliOSS() { return $this->readOneof(11); }
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 11;</code> @return \Livekit\AliOSSUpload|null
getAliOSS
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function setAliOSS($var) { GPBUtil::checkMessage($var, \Livekit\AliOSSUpload::class); $this->writeOneof(11, $var); return $this; }
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 11;</code> @param \Livekit\AliOSSUpload $var @return $this
setAliOSS
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ImageOutput.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ImageOutput.php
Apache-2.0
public function getSpeakers() { return $this->speakers; }
Generated from protobuf field <code>repeated .livekit.SpeakerInfo speakers = 1;</code> @return \Google\Protobuf\Internal\RepeatedField
getSpeakers
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ActiveSpeakerUpdate.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ActiveSpeakerUpdate.php
Apache-2.0
public function setSpeakers($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\SpeakerInfo::class); $this->speakers = $arr; return $this; }
Generated from protobuf field <code>repeated .livekit.SpeakerInfo speakers = 1;</code> @param \Livekit\SpeakerInfo[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setSpeakers
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ActiveSpeakerUpdate.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ActiveSpeakerUpdate.php
Apache-2.0
public function getTrunk() { return $this->trunk; }
Generated from protobuf field <code>.livekit.SIPInboundTrunkInfo trunk = 1;</code> @return \Livekit\SIPInboundTrunkInfo|null
getTrunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/GetSIPInboundTrunkResponse.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPInboundTrunkResponse.php
Apache-2.0
public function setTrunk($var) { GPBUtil::checkMessage($var, \Livekit\SIPInboundTrunkInfo::class); $this->trunk = $var; return $this; }
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/GetSIPInboundTrunkResponse.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPInboundTrunkResponse.php
Apache-2.0
public function getDispatches() { return $this->dispatches; }
Generated from protobuf field <code>repeated .livekit.RoomAgentDispatch dispatches = 1;</code> @return \Google\Protobuf\Internal\RepeatedField
getDispatches
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomAgent.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomAgent.php
Apache-2.0
public function setDispatches($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\RoomAgentDispatch::class); $this->dispatches = $arr; return $this; }
Generated from protobuf field <code>repeated .livekit.RoomAgentDispatch dispatches = 1;</code> @param \Livekit\RoomAgentDispatch[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setDispatches
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomAgent.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomAgent.php
Apache-2.0
public function getHostname() { return $this->hostname; }
SIP server address Generated from protobuf field <code>string hostname = 1;</code> @return string
getHostname
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setHostname($var) { GPBUtil::checkString($var, True); $this->hostname = $var; return $this; }
SIP server address Generated from protobuf field <code>string hostname = 1;</code> @param string $var @return $this
setHostname
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getTransport() { return $this->transport; }
SIP Transport used for outbound call. Generated from protobuf field <code>.livekit.SIPTransport transport = 2;</code> @return int
getTransport
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setTransport($var) { GPBUtil::checkEnum($var, \Livekit\SIPTransport::class); $this->transport = $var; return $this; }
SIP Transport used for outbound call. Generated from protobuf field <code>.livekit.SIPTransport transport = 2;</code> @param int $var @return $this
setTransport
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getAuthUsername() { return $this->auth_username; }
Username and password used to authenticate with SIP server. May be empty to have no authentication. Generated from protobuf field <code>string auth_username = 3;</code> @return string
getAuthUsername
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setAuthUsername($var) { GPBUtil::checkString($var, True); $this->auth_username = $var; return $this; }
Username and password used to authenticate with SIP server. May be empty to have no authentication. Generated from protobuf field <code>string auth_username = 3;</code> @param string $var @return $this
setAuthUsername
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getAuthPassword() { return $this->auth_password; }
Generated from protobuf field <code>string auth_password = 4;</code> @return string
getAuthPassword
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setAuthPassword($var) { GPBUtil::checkString($var, True); $this->auth_password = $var; return $this; }
Generated from protobuf field <code>string auth_password = 4;</code> @param string $var @return $this
setAuthPassword
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getHeadersToAttributes() { return $this->headers_to_attributes; }
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to. Generated from protobuf field <code>map<string, string> headers_to_attributes = 5;</code> @return \Google\Protobuf\Internal\MapField
getHeadersToAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setHeadersToAttributes($var) { $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING); $this->headers_to_attributes = $arr; return $this; }
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to. Generated from protobuf field <code>map<string, string> headers_to_attributes = 5;</code> @param array|\Google\Protobuf\Internal\MapField $var @return $this
setHeadersToAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getAttributesToHeaders() { return $this->attributes_to_headers; }
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to. Generated from protobuf field <code>map<string, string> attributes_to_headers = 6;</code> @return \Google\Protobuf\Internal\MapField
getAttributesToHeaders
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function setAttributesToHeaders($var) { $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING); $this->attributes_to_headers = $arr; return $this; }
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to. Generated from protobuf field <code>map<string, string> attributes_to_headers = 6;</code> @param array|\Google\Protobuf\Internal\MapField $var @return $this
setAttributesToHeaders
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPOutboundConfig.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPOutboundConfig.php
Apache-2.0
public function getDispatchRuleDirect() { return $this->readOneof(1); }
SIPDispatchRuleDirect is a `SIP Dispatch Rule` that puts a user directly into a room This places users into an existing room. Optionally you can require a pin before a user can enter the room Generated from protobuf field <code>.livekit.SIPDispatchRuleDirect dispatch_rule_direct = 1;</code> @return \Livekit\SIPDispatchRuleDirect|null
getDispatchRuleDirect
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.php
Apache-2.0
public function setDispatchRuleDirect($var) { GPBUtil::checkMessage($var, \Livekit\SIPDispatchRuleDirect::class); $this->writeOneof(1, $var); return $this; }
SIPDispatchRuleDirect is a `SIP Dispatch Rule` that puts a user directly into a room This places users into an existing room. Optionally you can require a pin before a user can enter the room Generated from protobuf field <code>.livekit.SIPDispatchRuleDirect dispatch_rule_direct = 1;</code> @param \Livekit\SIPDispatchRuleDirect $var @return $this
setDispatchRuleDirect
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.php
Apache-2.0
public function getDispatchRuleIndividual() { return $this->readOneof(2); }
SIPDispatchRuleIndividual is a `SIP Dispatch Rule` that creates a new room for each caller. Generated from protobuf field <code>.livekit.SIPDispatchRuleIndividual dispatch_rule_individual = 2;</code> @return \Livekit\SIPDispatchRuleIndividual|null
getDispatchRuleIndividual
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.php
Apache-2.0
public function setDispatchRuleIndividual($var) { GPBUtil::checkMessage($var, \Livekit\SIPDispatchRuleIndividual::class); $this->writeOneof(2, $var); return $this; }
SIPDispatchRuleIndividual is a `SIP Dispatch Rule` that creates a new room for each caller. Generated from protobuf field <code>.livekit.SIPDispatchRuleIndividual dispatch_rule_individual = 2;</code> @param \Livekit\SIPDispatchRuleIndividual $var @return $this
setDispatchRuleIndividual
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.php
Apache-2.0
public function getDispatchRuleCallee() { return $this->readOneof(3); }
SIPDispatchRuleCallee is a `SIP Dispatch Rule` that creates a new room for each callee. Generated from protobuf field <code>.livekit.SIPDispatchRuleCallee dispatch_rule_callee = 3;</code> @return \Livekit\SIPDispatchRuleCallee|null
getDispatchRuleCallee
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.php
Apache-2.0
public function setDispatchRuleCallee($var) { GPBUtil::checkMessage($var, \Livekit\SIPDispatchRuleCallee::class); $this->writeOneof(3, $var); return $this; }
SIPDispatchRuleCallee is a `SIP Dispatch Rule` that creates a new room for each callee. Generated from protobuf field <code>.livekit.SIPDispatchRuleCallee dispatch_rule_callee = 3;</code> @param \Livekit\SIPDispatchRuleCallee $var @return $this
setDispatchRuleCallee
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SIPDispatchRule.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SIPDispatchRule.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/WebEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WebEgressRequest.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/WebEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WebEgressRequest.php
Apache-2.0
public function getAudioOnly() { return $this->audio_only; }
Generated from protobuf field <code>bool audio_only = 2;</code> @return bool
getAudioOnly
php
agence104/livekit-server-sdk-php
src/proto/Livekit/WebEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WebEgressRequest.php
Apache-2.0
public function setAudioOnly($var) { GPBUtil::checkBool($var); $this->audio_only = $var; return $this; }
Generated from protobuf field <code>bool audio_only = 2;</code> @param bool $var @return $this
setAudioOnly
php
agence104/livekit-server-sdk-php
src/proto/Livekit/WebEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/WebEgressRequest.php
Apache-2.0