RoomParticipantIdentity
extends Message
in package
Generated from protobuf message <code>livekit.RoomParticipantIdentity</code>
Table of Contents
Properties
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;
$room
name of the room
protected
mixed
$room
= ''
Generated from protobuf field string room = 1;
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
stringgetRoom()
name of the room
public
getRoom() : string
Generated from protobuf field string room = 1;
Return values
stringsetIdentity()
identity of the participant
public
setIdentity(string $var) : $this
Generated from protobuf field string identity = 2;
Parameters
- $var : string
Return values
$thissetRoom()
name of the room
public
setRoom(string $var) : $this
Generated from protobuf field string room = 1;
Parameters
- $var : string