adding server test

This commit is contained in:
ycc
2026-02-04 20:04:19 +01:00
parent 4fe989b5ff
commit e3c100df94
2 changed files with 641 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ func (ints *Server) BuildVideoRoomRequestMessage(users []string, expiry uint64)
Username: users[idx],
}
}
msg.VideoData.Credentials = videocreds
msg.VideoData = &meowlib.VideoData{Credentials: videocreds}
return &msg, nil
}