Package io.livekit.server
Class WebhookReceiver
-
- All Implemented Interfaces:
public final class WebhookReceiver
-
-
Constructor Summary
Constructors Constructor Description WebhookReceiver(String apiKey, String secret)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>receive(String body, String authHeader, Boolean skipAuth)Validates a webhook message and converts it to a LivekitWebhook. final <Error class: unknown class>receive(String body, String authHeader)Validates a webhook message and converts it to a LivekitWebhook. -
-
Method Detail
-
receive
@JvmOverloads() final <Error class: unknown class> receive(String body, String authHeader, Boolean skipAuth)
Validates a webhook message and converts it to a LivekitWebhook.WebhookEvent object.
-
receive
@JvmOverloads() final <Error class: unknown class> receive(String body, String authHeader)
Validates a webhook message and converts it to a LivekitWebhook.WebhookEvent object.
-
-
-
-