mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-06-30 22:08:35 -04:00
rename everything
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module github.com/livekit/protocol
|
||||
module github.com/stoatchat/livekit-protocol
|
||||
|
||||
go 1.23.0
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user