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