backend: Fixed typo

This commit is contained in:
Carlos Santos 2025-05-06 17:23:06 +02:00
parent 9d4452dddf
commit 8e0481c337

View File

@ -49,7 +49,7 @@ export class LivekitWebhookService {
} }
/** /**
* Checks if the webhook event belongs to OpenVidu Meet by verifying if the room exist in Opnevidu Meet. * Checks if the webhook event belongs to OpenVidu Meet by verifying if the room exist in OpenVidu Meet.
*/ */
async webhookEventBelongsToOpenViduMeet(webhookEvent: WebhookEvent): Promise<boolean> { async webhookEventBelongsToOpenViduMeet(webhookEvent: WebhookEvent): Promise<boolean> {
// Extract relevant properties from the webhook event // Extract relevant properties from the webhook event