AcceptWhatsAppCallResponse
extends Message
in package
Generated from protobuf message <code>livekit.AcceptWhatsAppCallResponse</code>
Table of Contents
Properties
- $room_name : mixed
- The name of the LiveKit room that the call is connected to
Methods
- __construct() : mixed
- Constructor.
- getRoomName() : string
- The name of the LiveKit room that the call is connected to
- setRoomName() : $this
- The name of the LiveKit room that the call is connected to
Properties
$room_name
The name of the LiveKit room that the call is connected to
protected
mixed
$room_name
= ''
Generated from protobuf field string room_name = 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 The name of the LiveKit room that the call is connected to}
getRoomName()
The name of the LiveKit room that the call is connected to
public
getRoomName() : string
Generated from protobuf field string room_name = 1;
Return values
stringsetRoomName()
The name of the LiveKit room that the call is connected to
public
setRoomName(string $var) : $this
Generated from protobuf field string room_name = 1;
Parameters
- $var : string