We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8def0 commit 569c24dCopy full SHA for 569c24d
livekit-api/livekit/api/webhook.py
@@ -18,4 +18,4 @@ def receive(self, body: str, auth_token: str) -> proto_webhook.WebhookEvent:
18
if body_hash != claims_hash:
19
raise Exception("hash mismatch")
20
21
- return Parse(body, proto_webhook.WebhookEvent())
+ return Parse(body, proto_webhook.WebhookEvent(), ignore_unknown_fields=True)
0 commit comments