DialWhatsAppCallResponse
extends Message
in package
Generated from protobuf message <code>livekit.DialWhatsAppCallResponse</code>
Table of Contents
Properties
- $room_name : mixed
- The name of the LiveKit room that the call is connected to
- $whatsapp_call_id : mixed
- Call ID sent by Meta
Methods
- __construct() : mixed
- Constructor.
- getRoomName() : string
- The name of the LiveKit room that the call is connected to
- getWhatsappCallId() : string
- Call ID sent by Meta
- setRoomName() : $this
- The name of the LiveKit room that the call is connected to
- setWhatsappCallId() : $this
- Call ID sent by Meta
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 = 2;
$whatsapp_call_id
Call ID sent by Meta
protected
mixed
$whatsapp_call_id
= ''
Generated from protobuf field string whatsapp_call_id = 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 $whatsapp_call_id Call ID sent by Meta @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 = 2;
Return values
stringgetWhatsappCallId()
Call ID sent by Meta
public
getWhatsappCallId() : string
Generated from protobuf field string whatsapp_call_id = 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 = 2;
Parameters
- $var : string
Return values
$thissetWhatsappCallId()
Call ID sent by Meta
public
setWhatsappCallId(string $var) : $this
Generated from protobuf field string whatsapp_call_id = 1;
Parameters
- $var : string