correctly send participant updates

This commit is contained in:
David Zhao
2020-12-02 00:53:16 -08:00
parent a6c4db2cb3
commit bca8090b41
4 changed files with 20 additions and 9 deletions

View File

@@ -5,9 +5,9 @@ import (
)
const (
RoomPrefix = "R-"
NodePrefix = "N-"
ParticipantPrefix = "P-"
RoomPrefix = "RM_"
NodePrefix = "ND_"
ParticipantPrefix = "PA_"
)
func NewGuid(prefix string) string {