APICallInfo
extends Message
in package
Generated from protobuf message <code>livekit.APICallInfo</code>
Table of Contents
Properties
- $duration_ns : mixed
- Generated from protobuf field <code>int64 duration_ns = 15;</code>
- $method : mixed
- Generated from protobuf field <code>string method = 4;</code>
- $node_id : mixed
- Generated from protobuf field <code>string node_id = 5;</code>
- $participant_id : mixed
- Generated from protobuf field <code>string participant_id = 12;</code>
- $participant_identity : mixed
- Generated from protobuf field <code>string participant_identity = 11;</code>
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
- $request : mixed
- Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 10;</code>
- $room_name : mixed
- Generated from protobuf field <code>string room_name = 9;</code>
- $service : mixed
- Generated from protobuf field <code>string service = 3;</code>
- $started_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
- $status : mixed
- Generated from protobuf field <code>int32 status = 6;</code>
- $track_id : mixed
- Generated from protobuf field <code>string track_id = 13;</code>
- $twirp_error_code : mixed
- Generated from protobuf field <code>string twirp_error_code = 7;</code>
- $twirp_error_message : mixed
- Generated from protobuf field <code>string twirp_error_message = 8;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRequest() : mixed
- clearStartedAt() : mixed
- getDurationNs() : int|string
- Generated from protobuf field <code>int64 duration_ns = 15;</code>
- getMethod() : string
- Generated from protobuf field <code>string method = 4;</code>
- getNodeId() : string
- Generated from protobuf field <code>string node_id = 5;</code>
- getParticipantId() : string
- Generated from protobuf field <code>string participant_id = 12;</code>
- getParticipantIdentity() : string
- Generated from protobuf field <code>string participant_identity = 11;</code>
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- getRequest() : APICallRequest|null
- Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 10;</code>
- getRoomName() : string
- Generated from protobuf field <code>string room_name = 9;</code>
- getService() : string
- Generated from protobuf field <code>string service = 3;</code>
- getStartedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
- getStatus() : int
- Generated from protobuf field <code>int32 status = 6;</code>
- getTrackId() : string
- Generated from protobuf field <code>string track_id = 13;</code>
- getTwirpErrorCode() : string
- Generated from protobuf field <code>string twirp_error_code = 7;</code>
- getTwirpErrorMessage() : string
- Generated from protobuf field <code>string twirp_error_message = 8;</code>
- hasRequest() : mixed
- hasStartedAt() : mixed
- setDurationNs() : $this
- Generated from protobuf field <code>int64 duration_ns = 15;</code>
- setMethod() : $this
- Generated from protobuf field <code>string method = 4;</code>
- setNodeId() : $this
- Generated from protobuf field <code>string node_id = 5;</code>
- setParticipantId() : $this
- Generated from protobuf field <code>string participant_id = 12;</code>
- setParticipantIdentity() : $this
- Generated from protobuf field <code>string participant_identity = 11;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
- setRequest() : $this
- Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 10;</code>
- setRoomName() : $this
- Generated from protobuf field <code>string room_name = 9;</code>
- setService() : $this
- Generated from protobuf field <code>string service = 3;</code>
- setStartedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
- setStatus() : $this
- Generated from protobuf field <code>int32 status = 6;</code>
- setTrackId() : $this
- Generated from protobuf field <code>string track_id = 13;</code>
- setTwirpErrorCode() : $this
- Generated from protobuf field <code>string twirp_error_code = 7;</code>
- setTwirpErrorMessage() : $this
- Generated from protobuf field <code>string twirp_error_message = 8;</code>
Properties
$duration_ns
Generated from protobuf field <code>int64 duration_ns = 15;</code>
protected
mixed
$duration_ns
= 0
$method
Generated from protobuf field <code>string method = 4;</code>
protected
mixed
$method
= ''
$node_id
Generated from protobuf field <code>string node_id = 5;</code>
protected
mixed
$node_id
= ''
$participant_id
Generated from protobuf field <code>string participant_id = 12;</code>
protected
mixed
$participant_id
= ''
$participant_identity
Generated from protobuf field <code>string participant_identity = 11;</code>
protected
mixed
$participant_identity
= ''
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_id
= ''
$request
Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
protected
mixed
$request
= null
$room_id
Generated from protobuf field <code>string room_id = 10;</code>
protected
mixed
$room_id
= ''
$room_name
Generated from protobuf field <code>string room_name = 9;</code>
protected
mixed
$room_name
= ''
$service
Generated from protobuf field <code>string service = 3;</code>
protected
mixed
$service
= ''
$started_at
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
protected
mixed
$started_at
= null
$status
Generated from protobuf field <code>int32 status = 6;</code>
protected
mixed
$status
= 0
$track_id
Generated from protobuf field <code>string track_id = 13;</code>
protected
mixed
$track_id
= ''
$twirp_error_code
Generated from protobuf field <code>string twirp_error_code = 7;</code>
protected
mixed
$twirp_error_code
= ''
$twirp_error_message
Generated from protobuf field <code>string twirp_error_message = 8;</code>
protected
mixed
$twirp_error_message
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $project_id @type \Livekit\APICallRequest $request @type string $service @type string $method @type string $node_id @type int $status @type string $twirp_error_code @type string $twirp_error_message @type string $room_name @type string $room_id @type string $participant_identity @type string $participant_id @type string $track_id @type \Google\Protobuf\Timestamp $started_at @type int|string $duration_ns}
clearRequest()
public
clearRequest() : mixed
clearStartedAt()
public
clearStartedAt() : mixed
getDurationNs()
Generated from protobuf field <code>int64 duration_ns = 15;</code>
public
getDurationNs() : int|string
Return values
int|stringgetMethod()
Generated from protobuf field <code>string method = 4;</code>
public
getMethod() : string
Return values
stringgetNodeId()
Generated from protobuf field <code>string node_id = 5;</code>
public
getNodeId() : string
Return values
stringgetParticipantId()
Generated from protobuf field <code>string participant_id = 12;</code>
public
getParticipantId() : string
Return values
stringgetParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 11;</code>
public
getParticipantIdentity() : string
Return values
stringgetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringgetRequest()
Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
public
getRequest() : APICallRequest|null
Return values
APICallRequest|nullgetRoomId()
Generated from protobuf field <code>string room_id = 10;</code>
public
getRoomId() : string
Return values
stringgetRoomName()
Generated from protobuf field <code>string room_name = 9;</code>
public
getRoomName() : string
Return values
stringgetService()
Generated from protobuf field <code>string service = 3;</code>
public
getService() : string
Return values
stringgetStartedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
public
getStartedAt() : Timestamp|null
Return values
Timestamp|nullgetStatus()
Generated from protobuf field <code>int32 status = 6;</code>
public
getStatus() : int
Return values
intgetTrackId()
Generated from protobuf field <code>string track_id = 13;</code>
public
getTrackId() : string
Return values
stringgetTwirpErrorCode()
Generated from protobuf field <code>string twirp_error_code = 7;</code>
public
getTwirpErrorCode() : string
Return values
stringgetTwirpErrorMessage()
Generated from protobuf field <code>string twirp_error_message = 8;</code>
public
getTwirpErrorMessage() : string
Return values
stringhasRequest()
public
hasRequest() : mixed
hasStartedAt()
public
hasStartedAt() : mixed
setDurationNs()
Generated from protobuf field <code>int64 duration_ns = 15;</code>
public
setDurationNs(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetMethod()
Generated from protobuf field <code>string method = 4;</code>
public
setMethod(string $var) : $this
Parameters
- $var : string
Return values
$thissetNodeId()
Generated from protobuf field <code>string node_id = 5;</code>
public
setNodeId(string $var) : $this
Parameters
- $var : string
Return values
$thissetParticipantId()
Generated from protobuf field <code>string participant_id = 12;</code>
public
setParticipantId(string $var) : $this
Parameters
- $var : string
Return values
$thissetParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 11;</code>
public
setParticipantIdentity(string $var) : $this
Parameters
- $var : string
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRequest()
Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>
public
setRequest(APICallRequest $var) : $this
Parameters
- $var : APICallRequest
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 10;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomName()
Generated from protobuf field <code>string room_name = 9;</code>
public
setRoomName(string $var) : $this
Parameters
- $var : string
Return values
$thissetService()
Generated from protobuf field <code>string service = 3;</code>
public
setService(string $var) : $this
Parameters
- $var : string
Return values
$thissetStartedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>
public
setStartedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetStatus()
Generated from protobuf field <code>int32 status = 6;</code>
public
setStatus(int $var) : $this
Parameters
- $var : int
Return values
$thissetTrackId()
Generated from protobuf field <code>string track_id = 13;</code>
public
setTrackId(string $var) : $this
Parameters
- $var : string
Return values
$thissetTwirpErrorCode()
Generated from protobuf field <code>string twirp_error_code = 7;</code>
public
setTwirpErrorCode(string $var) : $this
Parameters
- $var : string
Return values
$thissetTwirpErrorMessage()
Generated from protobuf field <code>string twirp_error_message = 8;</code>
public
setTwirpErrorMessage(string $var) : $this
Parameters
- $var : string