Enum DisconnectWhatsAppCallRequest.Types.DisconnectReason
public enum DisconnectWhatsAppCallRequest.Types.DisconnectReason
Fields
[OriginalName("BUSINESS_INITIATED")] BusinessInitiated = 0The call is being disconnected by the business
[OriginalName("USER_INITIATED")] UserInitiated = 1The call is disconnected by the user. This can be tracked as part of call terminate webhook https://developers.facebook.com/documentation/business-messaging/whatsapp/calling/user-initiated-calls#call-terminate-webhook Note that this webhook will also be sent when the call is disconnected by the business. Calling the API twice in such cases will result in an error.