rename everything

This commit is contained in:
Zomatree
2025-10-23 15:01:46 +01:00
parent 76e1b4e314
commit 6a2a05af59
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/livekit/protocol
module github.com/stoatchat/livekit-protocol
go 1.23.0
+2
View File
@@ -32,6 +32,8 @@ const (
EventParticipantConnectionAborted = "participant_connection_aborted"
EventTrackPublished = "track_published"
EventTrackUnpublished = "track_unpublished"
EventTrackMuted = "track_muted"
EventTrackUnmuted = "track_unmuted"
EventEgressStarted = "egress_started"
EventEgressUpdated = "egress_updated"
EventEgressEnded = "egress_ended"