Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ String
Method
String
pkg/rtc/transport.go:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
func
(e event) String() string {
155
return
fmt.Sprintf(
"PCTransport:Event{signal: %s, data: %+v}"
, e.signal, e.data)
156
}
157
158
// -------------------------------------------------------
159
Callers
15
SendEvent
Method · 0.45
TrackPublishRequested
Method · 0.45
TrackPublished
Method · 0.45
TrackMaxSubscribedVideoQuality
Method · 0.45
TrackSubscribed
Method · 0.45
TrackUnsubscribed
Method · 0.45
TrackUnpublished
Method · 0.45
TrackPublishRTPStats
Method · 0.45
TrackSubscribeRTPStats
Method · 0.45
initQualityStats
Function · 0.45
Init
Function · 0.45
initDebugStats
Function · 0.45
Calls
no outgoing calls
Tested by
13
TestFilteringCandidates
Function · 0.36
TestConfigureAudioTransceiver
Function · 0.36
TestConfigureAudioTransceiverEchoesOfferPayloadType
Function · 0.36
TestSinglePCMediaEngineUnionsCodecs
Function · 0.36
TestSinglePCAnswerStripsSubscribeOnlyCodecsFromRecvSide
Function · 0.36
TestIsCodecEnabled
Function · 0.36
TestParticipantDataBlob_AddAndGet
Function · 0.36
TestGetDataBlob
Function · 0.36
TestIsReady
Function · 0.36
TestDisableCodecs
Function · 0.36
TestPreferMediaCodecForPublisher
Function · 0.36
TestPreferAudioCodecForRed
Function · 0.36