Documentation

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

}

getDurationNs()

Generated from protobuf field <code>int64 duration_ns = 15;</code>

public getDurationNs() : int|string
Return values
int|string

getMethod()

Generated from protobuf field <code>string method = 4;</code>

public getMethod() : string
Return values
string

getNodeId()

Generated from protobuf field <code>string node_id = 5;</code>

public getNodeId() : string
Return values
string

getParticipantId()

Generated from protobuf field <code>string participant_id = 12;</code>

public getParticipantId() : string
Return values
string

getParticipantIdentity()

Generated from protobuf field <code>string participant_identity = 11;</code>

public getParticipantIdentity() : string
Return values
string

getProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

public getProjectId() : string
Return values
string

getRoomId()

Generated from protobuf field <code>string room_id = 10;</code>

public getRoomId() : string
Return values
string

getRoomName()

Generated from protobuf field <code>string room_name = 9;</code>

public getRoomName() : string
Return values
string

getService()

Generated from protobuf field <code>string service = 3;</code>

public getService() : string
Return values
string

getStartedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>

public getStartedAt() : Timestamp|null
Return values
Timestamp|null

getStatus()

Generated from protobuf field <code>int32 status = 6;</code>

public getStatus() : int
Return values
int

getTrackId()

Generated from protobuf field <code>string track_id = 13;</code>

public getTrackId() : string
Return values
string

getTwirpErrorCode()

Generated from protobuf field <code>string twirp_error_code = 7;</code>

public getTwirpErrorCode() : string
Return values
string

getTwirpErrorMessage()

Generated from protobuf field <code>string twirp_error_message = 8;</code>

public getTwirpErrorMessage() : string
Return values
string

setDurationNs()

Generated from protobuf field <code>int64 duration_ns = 15;</code>

public setDurationNs(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setMethod()

Generated from protobuf field <code>string method = 4;</code>

public setMethod(string $var) : $this
Parameters
$var : string
Return values
$this

setNodeId()

Generated from protobuf field <code>string node_id = 5;</code>

public setNodeId(string $var) : $this
Parameters
$var : string
Return values
$this

setParticipantId()

Generated from protobuf field <code>string participant_id = 12;</code>

public setParticipantId(string $var) : $this
Parameters
$var : string
Return values
$this

setParticipantIdentity()

Generated from protobuf field <code>string participant_identity = 11;</code>

public setParticipantIdentity(string $var) : $this
Parameters
$var : string
Return values
$this

setProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

public setProjectId(string $var) : $this
Parameters
$var : string
Return values
$this

setRequest()

Generated from protobuf field <code>.livekit.APICallRequest request = 2;</code>

public setRequest(APICallRequest $var) : $this
Parameters
$var : APICallRequest
Return values
$this

setRoomId()

Generated from protobuf field <code>string room_id = 10;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomName()

Generated from protobuf field <code>string room_name = 9;</code>

public setRoomName(string $var) : $this
Parameters
$var : string
Return values
$this

setService()

Generated from protobuf field <code>string service = 3;</code>

public setService(string $var) : $this
Parameters
$var : string
Return values
$this

setStartedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp started_at = 14;</code>

public setStartedAt(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setStatus()

Generated from protobuf field <code>int32 status = 6;</code>

public setStatus(int $var) : $this
Parameters
$var : int
Return values
$this

setTrackId()

Generated from protobuf field <code>string track_id = 13;</code>

public setTrackId(string $var) : $this
Parameters
$var : string
Return values
$this

setTwirpErrorCode()

Generated from protobuf field <code>string twirp_error_code = 7;</code>

public setTwirpErrorCode(string $var) : $this
Parameters
$var : string
Return values
$this

setTwirpErrorMessage()

Generated from protobuf field <code>string twirp_error_message = 8;</code>

public setTwirpErrorMessage(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results