mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
correctly send participant updates
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
RoomPrefix = "R-"
|
||||
NodePrefix = "N-"
|
||||
ParticipantPrefix = "P-"
|
||||
RoomPrefix = "RM_"
|
||||
NodePrefix = "ND_"
|
||||
ParticipantPrefix = "PA_"
|
||||
)
|
||||
|
||||
func NewGuid(prefix string) string {
|
||||
|
||||
Reference in New Issue
Block a user