DisconnectWhatsAppCallRequest
extends Message
in package
Generated from protobuf message <code>livekit.DisconnectWhatsAppCallRequest</code>
Table of Contents
Properties
- $whatsapp_api_key : mixed
- Required - The API key of the business that is disconnecting the call
- $whatsapp_call_id : mixed
- Required - Call ID sent by Meta
Methods
- __construct() : mixed
- Constructor.
- getWhatsappApiKey() : string
- Required - The API key of the business that is disconnecting the call
- getWhatsappCallId() : string
- Required - Call ID sent by Meta
- setWhatsappApiKey() : $this
- Required - The API key of the business that is disconnecting the call
- setWhatsappCallId() : $this
- Required - Call ID sent by Meta
Properties
$whatsapp_api_key
Required - The API key of the business that is disconnecting the call
protected
mixed
$whatsapp_api_key
= ''
Generated from protobuf field string whatsapp_api_key = 2 [(.logger.redact) = true];
$whatsapp_call_id
Required - 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 Required - Call ID sent by Meta @type string $whatsapp_api_key Required - The API key of the business that is disconnecting the call}
getWhatsappApiKey()
Required - The API key of the business that is disconnecting the call
public
getWhatsappApiKey() : string
Generated from protobuf field string whatsapp_api_key = 2 [(.logger.redact) = true];
Return values
stringgetWhatsappCallId()
Required - Call ID sent by Meta
public
getWhatsappCallId() : string
Generated from protobuf field string whatsapp_call_id = 1;
Return values
stringsetWhatsappApiKey()
Required - The API key of the business that is disconnecting the call
public
setWhatsappApiKey(string $var) : $this
Generated from protobuf field string whatsapp_api_key = 2 [(.logger.redact) = true];
Parameters
- $var : string
Return values
$thissetWhatsappCallId()
Required - Call ID sent by Meta
public
setWhatsappCallId(string $var) : $this
Generated from protobuf field string whatsapp_call_id = 1;
Parameters
- $var : string