MoveParticipantRequest
extends Message
in package
Generated from protobuf message <code>livekit.MoveParticipantRequest</code>
Table of Contents
Properties
- $destination_room : mixed
- room to move participant to
- $identity : mixed
- identity of the participant to move to
- $room : mixed
- room to move participant from
Methods
- __construct() : mixed
- Constructor.
- getDestinationRoom() : string
- room to move participant to
- getIdentity() : string
- identity of the participant to move to
- getRoom() : string
- room to move participant from
- setDestinationRoom() : $this
- room to move participant to
- setIdentity() : $this
- identity of the participant to move to
- setRoom() : $this
- room to move participant from
Properties
$destination_room
room to move participant to
protected
mixed
$destination_room
= ''
Generated from protobuf field string destination_room = 3;
$identity
identity of the participant to move to
protected
mixed
$identity
= ''
Generated from protobuf field string identity = 2;
$room
room to move participant from
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 room to move participant from @type string $identity identity of the participant to move to @type string $destination_room room to move participant to}
getDestinationRoom()
room to move participant to
public
getDestinationRoom() : string
Generated from protobuf field string destination_room = 3;
Return values
stringgetIdentity()
identity of the participant to move to
public
getIdentity() : string
Generated from protobuf field string identity = 2;
Return values
stringgetRoom()
room to move participant from
public
getRoom() : string
Generated from protobuf field string room = 1;
Return values
stringsetDestinationRoom()
room to move participant to
public
setDestinationRoom(string $var) : $this
Generated from protobuf field string destination_room = 3;
Parameters
- $var : string
Return values
$thissetIdentity()
identity of the participant to move to
public
setIdentity(string $var) : $this
Generated from protobuf field string identity = 2;
Parameters
- $var : string
Return values
$thissetRoom()
room to move participant from
public
setRoom(string $var) : $this
Generated from protobuf field string room = 1;
Parameters
- $var : string