Skip to content

Commit

Permalink
fixed: invalid method
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed May 10, 2022
1 parent 948d631 commit 13e714e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/models/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func NewWebhookModel(e *livekit.WebhookEvent) {
w.participantLeft()

case "track_published":
w.participantJoined()
w.trackPublished()
case "track_unpublished":
w.participantLeft()
w.trackUnpublished()
}

}
Expand Down

0 comments on commit 13e714e

Please sign in to comment.