MCPcopy
hub / github.com/livekit/livekit / listRoomToken

Function listRoomToken

test/integration_helpers.go:364–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362}
363
364func listRoomToken() string {
365 at := auth.NewAccessToken(testApiKey, testApiSecret).
366 AddGrant(&auth.VideoGrant{RoomList: true})
367 t, err := at.ToJWT()
368 if err != nil {
369 panic(err)
370 }
371 return t
372}
373
374func stopWriters(writers ...testclient.TrackWriter) {
375 for _, w := range writers {

Callers 2

roomServiceListRoomFunction · 0.85

Calls

no outgoing calls

Tested by 1