Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ OnClose
Method
OnClose
pkg/rtc/types/interfaces.go:857–857 ·
view source on GitHub ↗
(fn func())
Source
from the content-addressed store, hash-verified
855
type
DataDownTrack
interface
{
856
Close()
857
OnClose(fn
func
())
858
859
Handle() uint16
860
PublishDataTrack() DataTrack
Callers
7
TestRoomClosure
Function · 0.65
addSubscriber
Method · 0.65
subscribeDataTrack
Method · 0.65
setSubscribedTrack
Method · 0.65
setDataDownTrack
Method · 0.65
TestUnsubscribe
Function · 0.65
TestSubscribeStatusChanged
Function · 0.65
Implementers
2
DataDownTrack
pkg/rtc/datadowntrack.go
FakeDataDownTrack
pkg/rtc/types/typesfakes/fake_data_dow
Calls
no outgoing calls
Tested by
3
TestRoomClosure
Function · 0.52
TestUnsubscribe
Function · 0.52
TestSubscribeStatusChanged
Function · 0.52