MCPcopy
hub / github.com/livekit/livekit / SendRequest

Method SendRequest

test/client/client.go:826–832  ·  view source on GitHub ↗
(msg *livekit.SignalRequest)

Source from the content-addressed store, hash-verified

824}
825
826func (c *RTCClient) SendRequest(msg *livekit.SignalRequest) error {
827 if c.signalRequestInterceptor != nil {
828 return c.signalRequestInterceptor(msg, c.sendRequest)
829 } else {
830 return c.sendRequest(msg)
831 }
832}
833
834func (c *RTCClient) sendRequest(msg *livekit.SignalRequest) error {
835 payload, err := proto.Marshal(msg)

Callers 11

createTransportMethod · 0.95
StopMethod · 0.95
SendPingMethod · 0.95
SendIceCandidateMethod · 0.95
SetAttributesMethod · 0.95
SendAddTrackMethod · 0.95
PublishDataTrackMethod · 0.95
onOfferMethod · 0.95
TestMultiNodeDataBlobFunction · 0.80
TestSingleNodeDataBlobFunction · 0.80

Calls 1

sendRequestMethod · 0.95

Tested by 3

TestMultiNodeDataBlobFunction · 0.64
TestSingleNodeDataBlobFunction · 0.64