MCPcopy
hub / github.com/livekit/livekit / stopClients

Function stopClients

test/integration_helpers.go:380–384  ·  view source on GitHub ↗
(clients ...*testclient.RTCClient)

Source from the content-addressed store, hash-verified

378}
379
380func stopClients(clients ...*testclient.RTCClient) {
381 for _, c := range clients {
382 c.Stop()
383 }
384}

Calls 1

StopMethod · 0.65

Tested by 5

TestMultiNodeRoutingFunction · 0.68
TestMultiNodeDataBlobFunction · 0.68
TestSingleNodeDataBlobFunction · 0.68