We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c369b1 commit 1843af1Copy full SHA for 1843af1
protobufs/livekit_connector_whatsapp.proto
@@ -70,8 +70,12 @@ message DialWhatsAppCallResponse {
70
message DisconnectWhatsAppCallRequest {
71
// Required - Call ID sent by Meta
72
string whatsapp_call_id = 1;
73
- // Required - The API key of the business that is disconnecting the call
+ // The API key of the business that is disconnecting the call
74
+ // Optional - only if the user disconnected the call
75
string whatsapp_api_key = 2 [(logger.redact) = true];
76
+ // Set this to true if the user disconnected the call
77
+ // Otherwise, call will be disconnected when we hit a media timeout
78
+ bool user_disconnected = 3;
79
}
80
81
message DisconnectWhatsAppCallResponse {
0 commit comments