Documentation

SIPParticipantInfo extends Message
in package

Generated from protobuf message <code>livekit.SIPParticipantInfo</code>

Table of Contents

Properties

$participant_id  : mixed
Generated from protobuf field <code>string participant_id = 1;</code>
$participant_identity  : mixed
Generated from protobuf field <code>string participant_identity = 2;</code>
$room_name  : mixed
Generated from protobuf field <code>string room_name = 3;</code>
$sip_call_id  : mixed
Generated from protobuf field <code>string sip_call_id = 4;</code>

Methods

__construct()  : mixed
Constructor.
getParticipantId()  : string
Generated from protobuf field <code>string participant_id = 1;</code>
getParticipantIdentity()  : string
Generated from protobuf field <code>string participant_identity = 2;</code>
getRoomName()  : string
Generated from protobuf field <code>string room_name = 3;</code>
getSipCallId()  : string
Generated from protobuf field <code>string sip_call_id = 4;</code>
setParticipantId()  : $this
Generated from protobuf field <code>string participant_id = 1;</code>
setParticipantIdentity()  : $this
Generated from protobuf field <code>string participant_identity = 2;</code>
setRoomName()  : $this
Generated from protobuf field <code>string room_name = 3;</code>
setSipCallId()  : $this
Generated from protobuf field <code>string sip_call_id = 4;</code>

Properties

$participant_id

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

protected mixed $participant_id = ''

$participant_identity

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

protected mixed $participant_identity = ''

$room_name

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

protected mixed $room_name = ''

$sip_call_id

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

protected mixed $sip_call_id = ''

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 $participant_id
@type string $participant_identity
@type string $room_name
@type string $sip_call_id

}

getParticipantId()

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

public getParticipantId() : string
Return values
string

getParticipantIdentity()

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

public getParticipantIdentity() : string
Return values
string

getRoomName()

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

public getRoomName() : string
Return values
string

getSipCallId()

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

public getSipCallId() : string
Return values
string

setParticipantId()

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

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

setParticipantIdentity()

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

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

setRoomName()

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

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

setSipCallId()

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

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

        
On this page

Search results