MCPcopy Create free account
hub / github.com/livekit/livekit / handleDataMessageUnlabeled

Method handleDataMessageUnlabeled

test/client/client.go:1152–1156  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

1150}
1151
1152func (c *RTCClient) handleDataMessageUnlabeled(data []byte) {
1153 if c.OnDataUnlabeledReceived != nil {
1154 c.OnDataUnlabeledReceived(data)
1155 }
1156}
1157
1158func (c *RTCClient) handleDataTrackMessage(data []byte, _arrivalTime int64) {
1159 var packet datatrack.Packet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected