backend: Fixed typo
This commit is contained in:
parent
9d4452dddf
commit
8e0481c337
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user