Documentation

RoomParticipantIdentity extends Message
in package

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

Table of Contents

Properties

$identity  : mixed
identity of the participant
$room  : mixed
name of the room

Methods

__construct()  : mixed
Constructor.
getIdentity()  : string
identity of the participant
getRoom()  : string
name of the room
setIdentity()  : $this
identity of the participant
setRoom()  : $this
name of the room

Properties

$identity

identity of the participant

protected mixed $identity = ''

Generated from protobuf field string identity = 2;

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 $room
      name of the room
@type string $identity
      identity of the participant

}

getIdentity()

identity of the participant

public getIdentity() : string

Generated from protobuf field string identity = 2;

Return values
string

getRoom()

name of the room

public getRoom() : string

Generated from protobuf field string room = 1;

Return values
string

setIdentity()

identity of the participant

public setIdentity(string $var) : $this

Generated from protobuf field string identity = 2;

Parameters
$var : string
Return values
$this

setRoom()

name of the room

public setRoom(string $var) : $this

Generated from protobuf field string room = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results