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 getAttributes() { return $this->attributes; }
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string Generated from protobuf field <code>map<string, string> attributes = 6;</code> @return \Google\Protobuf\Internal\MapField
getAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.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; }
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string Generated from protobuf field <code>map<string, string> attributes = 6;</code> @param array|\Google\Protobuf\Internal\MapField $var @return $this
setAttributes
php
agence104/livekit-server-sdk-php
src/proto/Livekit/UpdateParticipantRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/UpdateParticipantRequest.php
Apache-2.0
public function getRtpTimestamp() { return $this->rtp_timestamp; }
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code> @return int
getRtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setRtpTimestamp($var) { GPBUtil::checkUint32($var); $this->rtp_timestamp = $var; return $this; }
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code> @param int $var @return $this
setRtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getRtpTimestampExt() { return $this->rtp_timestamp_ext; }
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code> @return int|string
getRtpTimestampExt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setRtpTimestampExt($var) { GPBUtil::checkUint64($var); $this->rtp_timestamp_ext = $var; return $this; }
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code> @param int|string $var @return $this
setRtpTimestampExt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getNtpTimestamp() { return $this->ntp_timestamp; }
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code> @return int|string
getNtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setNtpTimestamp($var) { GPBUtil::checkUint64($var); $this->ntp_timestamp = $var; return $this; }
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code> @param int|string $var @return $this
setNtpTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getAt() { return $this->at; }
time at which this happened Generated from protobuf field <code>int64 at = 4;</code> @return int|string
getAt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setAt($var) { GPBUtil::checkInt64($var); $this->at = $var; return $this; }
time at which this happened Generated from protobuf field <code>int64 at = 4;</code> @param int|string $var @return $this
setAt
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getAtAdjusted() { return $this->at_adjusted; }
Generated from protobuf field <code>int64 at_adjusted = 5;</code> @return int|string
getAtAdjusted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setAtAdjusted($var) { GPBUtil::checkInt64($var); $this->at_adjusted = $var; return $this; }
Generated from protobuf field <code>int64 at_adjusted = 5;</code> @param int|string $var @return $this
setAtAdjusted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getPackets() { return $this->packets; }
Generated from protobuf field <code>uint32 packets = 6;</code> @return int
getPackets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setPackets($var) { GPBUtil::checkUint32($var); $this->packets = $var; return $this; }
Generated from protobuf field <code>uint32 packets = 6;</code> @param int $var @return $this
setPackets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getOctets() { return $this->octets; }
Generated from protobuf field <code>uint64 octets = 7;</code> @return int|string
getOctets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function setOctets($var) { GPBUtil::checkUint64($var); $this->octets = $var; return $this; }
Generated from protobuf field <code>uint64 octets = 7;</code> @param int|string $var @return $this
setOctets
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTCPSenderReportState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTCPSenderReportState.php
Apache-2.0
public function getStarted() { return $this->started; }
Generated from protobuf field <code>bool started = 1;</code> @return bool
getStarted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setStarted($var) { GPBUtil::checkBool($var); $this->started = $var; return $this; }
Generated from protobuf field <code>bool started = 1;</code> @param bool $var @return $this
setStarted
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getReferenceLayerSpatial() { return $this->reference_layer_spatial; }
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code> @return int
getReferenceLayerSpatial
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setReferenceLayerSpatial($var) { GPBUtil::checkInt32($var); $this->reference_layer_spatial = $var; return $this; }
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code> @param int $var @return $this
setReferenceLayerSpatial
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getPreStartTime() { return $this->pre_start_time; }
Generated from protobuf field <code>int64 pre_start_time = 3;</code> @return int|string
getPreStartTime
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setPreStartTime($var) { GPBUtil::checkInt64($var); $this->pre_start_time = $var; return $this; }
Generated from protobuf field <code>int64 pre_start_time = 3;</code> @param int|string $var @return $this
setPreStartTime
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getExtFirstTimestamp() { return $this->ext_first_timestamp; }
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code> @return int|string
getExtFirstTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setExtFirstTimestamp($var) { GPBUtil::checkUint64($var); $this->ext_first_timestamp = $var; return $this; }
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code> @param int|string $var @return $this
setExtFirstTimestamp
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getDummyStartTimestampOffset() { return $this->dummy_start_timestamp_offset; }
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code> @return int|string
getDummyStartTimestampOffset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setDummyStartTimestampOffset($var) { GPBUtil::checkUint64($var); $this->dummy_start_timestamp_offset = $var; return $this; }
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code> @param int|string $var @return $this
setDummyStartTimestampOffset
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getRtpMunger() { return $this->rtp_munger; }
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code> @return \Livekit\RTPMungerState|null
getRtpMunger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setRtpMunger($var) { GPBUtil::checkMessage($var, \Livekit\RTPMungerState::class); $this->rtp_munger = $var; return $this; }
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code> @param \Livekit\RTPMungerState $var @return $this
setRtpMunger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getVp8Munger() { return $this->readOneof(7); }
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code> @return \Livekit\VP8MungerState|null
getVp8Munger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setVp8Munger($var) { GPBUtil::checkMessage($var, \Livekit\VP8MungerState::class); $this->writeOneof(7, $var); return $this; }
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code> @param \Livekit\VP8MungerState $var @return $this
setVp8Munger
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getSenderReportState() { return $this->sender_report_state; }
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code> @return \Google\Protobuf\Internal\RepeatedField
getSenderReportState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function setSenderReportState($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Livekit\RTCPSenderReportState::class); $this->sender_report_state = $arr; return $this; }
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code> @param \Livekit\RTCPSenderReportState[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setSenderReportState
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPForwarderState.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPForwarderState.php
Apache-2.0
public function getRoomName() { return $this->room_name; }
(optional, filter by room name) Generated from protobuf field <code>string room_name = 1;</code> @return string
getRoomName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function setRoomName($var) { GPBUtil::checkString($var, True); $this->room_name = $var; return $this; }
(optional, filter by room name) 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/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function getEgressId() { return $this->egress_id; }
(optional, filter by egress ID) Generated from protobuf field <code>string egress_id = 2;</code> @return string
getEgressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function setEgressId($var) { GPBUtil::checkString($var, True); $this->egress_id = $var; return $this; }
(optional, filter by egress ID) Generated from protobuf field <code>string egress_id = 2;</code> @param string $var @return $this
setEgressId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function getActive() { return $this->active; }
(optional, list active egress only) Generated from protobuf field <code>bool active = 3;</code> @return bool
getActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function setActive($var) { GPBUtil::checkBool($var); $this->active = $var; return $this; }
(optional, list active egress only) Generated from protobuf field <code>bool active = 3;</code> @param bool $var @return $this
setActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/ListEgressRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/ListEgressRequest.php
Apache-2.0
public function getRoom() { return $this->room; }
name of the room Generated from protobuf field <code>string room = 1;</code> @return string
getRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomParticipantIdentity.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomParticipantIdentity.php
Apache-2.0
public function setRoom($var) { GPBUtil::checkString($var, True); $this->room = $var; return $this; }
name of the room Generated from protobuf field <code>string room = 1;</code> @param string $var @return $this
setRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomParticipantIdentity.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomParticipantIdentity.php
Apache-2.0
public function getIdentity() { return $this->identity; }
identity of the participant Generated from protobuf field <code>string identity = 2;</code> @return string
getIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomParticipantIdentity.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomParticipantIdentity.php
Apache-2.0
public function setIdentity($var) { GPBUtil::checkString($var, True); $this->identity = $var; return $this; }
identity of the participant Generated from protobuf field <code>string identity = 2;</code> @param string $var @return $this
setIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RoomParticipantIdentity.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RoomParticipantIdentity.php
Apache-2.0
public function getKind() { @trigger_error('kind is deprecated.', E_USER_DEPRECATED); return $this->kind; }
Generated from protobuf field <code>.livekit.DataPacket.Kind kind = 1 [deprecated = true];</code> @return int @deprecated
getKind
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setKind($var) { @trigger_error('kind is deprecated.', E_USER_DEPRECATED); GPBUtil::checkEnum($var, \Livekit\DataPacket\Kind::class); $this->kind = $var; return $this; }
Generated from protobuf field <code>.livekit.DataPacket.Kind kind = 1 [deprecated = true];</code> @param int $var @return $this @deprecated
setKind
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getParticipantIdentity() { return $this->participant_identity; }
participant identity of user that sent the message Generated from protobuf field <code>string participant_identity = 4;</code> @return string
getParticipantIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setParticipantIdentity($var) { GPBUtil::checkString($var, True); $this->participant_identity = $var; return $this; }
participant identity of user that sent the message 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/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getDestinationIdentities() { return $this->destination_identities; }
identities of participants who will receive the message (sent to all by default) Generated from protobuf field <code>repeated string destination_identities = 5;</code> @return \Google\Protobuf\Internal\RepeatedField
getDestinationIdentities
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setDestinationIdentities($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); $this->destination_identities = $arr; return $this; }
identities of participants who will receive the message (sent to all by default) Generated from protobuf field <code>repeated string destination_identities = 5;</code> @param string[]|\Google\Protobuf\Internal\RepeatedField $var @return $this
setDestinationIdentities
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getUser() { return $this->readOneof(2); }
Generated from protobuf field <code>.livekit.UserPacket user = 2;</code> @return \Livekit\UserPacket|null
getUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setUser($var) { GPBUtil::checkMessage($var, \Livekit\UserPacket::class); $this->writeOneof(2, $var); return $this; }
Generated from protobuf field <code>.livekit.UserPacket user = 2;</code> @param \Livekit\UserPacket $var @return $this
setUser
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getSpeaker() { @trigger_error('speaker is deprecated.', E_USER_DEPRECATED); return $this->readOneof(3); }
Generated from protobuf field <code>.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];</code> @return \Livekit\ActiveSpeakerUpdate|null @deprecated
getSpeaker
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setSpeaker($var) { @trigger_error('speaker is deprecated.', E_USER_DEPRECATED); GPBUtil::checkMessage($var, \Livekit\ActiveSpeakerUpdate::class); $this->writeOneof(3, $var); return $this; }
Generated from protobuf field <code>.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];</code> @param \Livekit\ActiveSpeakerUpdate $var @return $this @deprecated
setSpeaker
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getSipDtmf() { return $this->readOneof(6); }
Generated from protobuf field <code>.livekit.SipDTMF sip_dtmf = 6;</code> @return \Livekit\SipDTMF|null
getSipDtmf
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setSipDtmf($var) { GPBUtil::checkMessage($var, \Livekit\SipDTMF::class); $this->writeOneof(6, $var); return $this; }
Generated from protobuf field <code>.livekit.SipDTMF sip_dtmf = 6;</code> @param \Livekit\SipDTMF $var @return $this
setSipDtmf
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getTranscription() { return $this->readOneof(7); }
Generated from protobuf field <code>.livekit.Transcription transcription = 7;</code> @return \Livekit\Transcription|null
getTranscription
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setTranscription($var) { GPBUtil::checkMessage($var, \Livekit\Transcription::class); $this->writeOneof(7, $var); return $this; }
Generated from protobuf field <code>.livekit.Transcription transcription = 7;</code> @param \Livekit\Transcription $var @return $this
setTranscription
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getMetrics() { return $this->readOneof(8); }
Generated from protobuf field <code>.livekit.MetricsBatch metrics = 8;</code> @return \Livekit\MetricsBatch|null
getMetrics
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setMetrics($var) { GPBUtil::checkMessage($var, \Livekit\MetricsBatch::class); $this->writeOneof(8, $var); return $this; }
Generated from protobuf field <code>.livekit.MetricsBatch metrics = 8;</code> @param \Livekit\MetricsBatch $var @return $this
setMetrics
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getChatMessage() { return $this->readOneof(9); }
Generated from protobuf field <code>.livekit.ChatMessage chat_message = 9;</code> @return \Livekit\ChatMessage|null
getChatMessage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setChatMessage($var) { GPBUtil::checkMessage($var, \Livekit\ChatMessage::class); $this->writeOneof(9, $var); return $this; }
Generated from protobuf field <code>.livekit.ChatMessage chat_message = 9;</code> @param \Livekit\ChatMessage $var @return $this
setChatMessage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcRequest() { return $this->readOneof(10); }
Generated from protobuf field <code>.livekit.RpcRequest rpc_request = 10;</code> @return \Livekit\RpcRequest|null
getRpcRequest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcRequest($var) { GPBUtil::checkMessage($var, \Livekit\RpcRequest::class); $this->writeOneof(10, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcRequest rpc_request = 10;</code> @param \Livekit\RpcRequest $var @return $this
setRpcRequest
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcAck() { return $this->readOneof(11); }
Generated from protobuf field <code>.livekit.RpcAck rpc_ack = 11;</code> @return \Livekit\RpcAck|null
getRpcAck
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcAck($var) { GPBUtil::checkMessage($var, \Livekit\RpcAck::class); $this->writeOneof(11, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcAck rpc_ack = 11;</code> @param \Livekit\RpcAck $var @return $this
setRpcAck
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getRpcResponse() { return $this->readOneof(12); }
Generated from protobuf field <code>.livekit.RpcResponse rpc_response = 12;</code> @return \Livekit\RpcResponse|null
getRpcResponse
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setRpcResponse($var) { GPBUtil::checkMessage($var, \Livekit\RpcResponse::class); $this->writeOneof(12, $var); return $this; }
Generated from protobuf field <code>.livekit.RpcResponse rpc_response = 12;</code> @param \Livekit\RpcResponse $var @return $this
setRpcResponse
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamHeader() { return $this->readOneof(13); }
Generated from protobuf field <code>.livekit.DataStream.Header stream_header = 13;</code> @return \Livekit\DataStream\Header|null
getStreamHeader
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamHeader($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Header::class); $this->writeOneof(13, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Header stream_header = 13;</code> @param \Livekit\DataStream\Header $var @return $this
setStreamHeader
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamChunk() { return $this->readOneof(14); }
Generated from protobuf field <code>.livekit.DataStream.Chunk stream_chunk = 14;</code> @return \Livekit\DataStream\Chunk|null
getStreamChunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamChunk($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Chunk::class); $this->writeOneof(14, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Chunk stream_chunk = 14;</code> @param \Livekit\DataStream\Chunk $var @return $this
setStreamChunk
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function getStreamTrailer() { return $this->readOneof(15); }
Generated from protobuf field <code>.livekit.DataStream.Trailer stream_trailer = 15;</code> @return \Livekit\DataStream\Trailer|null
getStreamTrailer
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.php
Apache-2.0
public function setStreamTrailer($var) { GPBUtil::checkMessage($var, \Livekit\DataStream\Trailer::class); $this->writeOneof(15, $var); return $this; }
Generated from protobuf field <code>.livekit.DataStream.Trailer stream_trailer = 15;</code> @param \Livekit\DataStream\Trailer $var @return $this
setStreamTrailer
php
agence104/livekit-server-sdk-php
src/proto/Livekit/DataPacket.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/DataPacket.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getStreamKey() { return $this->stream_key; }
Generated from protobuf field <code>string stream_key = 3;</code> @return string
getStreamKey
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setStreamKey($var) { GPBUtil::checkString($var, True); $this->stream_key = $var; return $this; }
Generated from protobuf field <code>string stream_key = 3;</code> @param string $var @return $this
setStreamKey
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getUrl() { return $this->url; }
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL) Generated from protobuf field <code>string url = 4;</code> @return string
getUrl
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setUrl($var) { GPBUtil::checkString($var, True); $this->url = $var; return $this; }
URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL) Generated from protobuf field <code>string url = 4;</code> @param string $var @return $this
setUrl
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getInputType() { return $this->input_type; }
for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL Generated from protobuf field <code>.livekit.IngressInput input_type = 5;</code> @return int
getInputType
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setInputType($var) { GPBUtil::checkEnum($var, \Livekit\IngressInput::class); $this->input_type = $var; return $this; }
for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL Generated from protobuf field <code>.livekit.IngressInput input_type = 5;</code> @param int $var @return $this
setInputType
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getBypassTranscoding() { @trigger_error('bypass_transcoding is deprecated.', E_USER_DEPRECATED); return $this->bypass_transcoding; }
Generated from protobuf field <code>bool bypass_transcoding = 13 [deprecated = true];</code> @return bool @deprecated
getBypassTranscoding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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>bool bypass_transcoding = 13 [deprecated = true];</code> @param bool $var @return $this @deprecated
setBypassTranscoding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 15;</code> @return bool
getEnableTranscoding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 15;</code> @param bool $var @return $this
setEnableTranscoding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getRoomName() { return $this->room_name; }
Generated from protobuf field <code>string room_name = 8;</code> @return string
getRoomName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 8;</code> @param string $var @return $this
setRoomName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getParticipantIdentity() { return $this->participant_identity; }
Generated from protobuf field <code>string participant_identity = 9;</code> @return string
getParticipantIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 9;</code> @param string $var @return $this
setParticipantIdentity
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getParticipantName() { return $this->participant_name; }
Generated from protobuf field <code>string participant_name = 10;</code> @return string
getParticipantName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 10;</code> @param string $var @return $this
setParticipantName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getParticipantMetadata() { return $this->participant_metadata; }
Generated from protobuf field <code>string participant_metadata = 14;</code> @return string
getParticipantMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.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 = 14;</code> @param string $var @return $this
setParticipantMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function getReusable() { return $this->reusable; }
Generated from protobuf field <code>bool reusable = 11;</code> @return bool
getReusable
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0
public function setReusable($var) { GPBUtil::checkBool($var); $this->reusable = $var; return $this; }
Generated from protobuf field <code>bool reusable = 11;</code> @param bool $var @return $this
setReusable
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressInfo.php
Apache-2.0