MCPcopy Index your code
hub / github.com/livekit/livekit / LastAnswer

Method LastAnswer

test/client/client.go:1105–1107  ·  view source on GitHub ↗

LastAnswer return SDP of the last answer for the publisher connection

()

Source from the content-addressed store, hash-verified

1103
1104// LastAnswer return SDP of the last answer for the publisher connection
1105func (c *RTCClient) LastAnswer() *webrtc.SessionDescription {
1106 return c.publisher.CurrentRemoteDescription()
1107}
1108
1109func (c *RTCClient) ensurePublisherConnected() error {
1110 select {

Callers 1

TestDeviceCodecOverrideFunction · 0.80

Calls 1

Tested by 1

TestDeviceCodecOverrideFunction · 0.64