Table of Contents

Enum DisconnectWhatsAppCallRequest.Types.DisconnectReason

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public enum DisconnectWhatsAppCallRequest.Types.DisconnectReason

Fields

[OriginalName("BUSINESS_INITIATED")] BusinessInitiated = 0

The call is being disconnected by the business

[OriginalName("USER_INITIATED")] UserInitiated = 1

The 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.