MCPcopy
hub / github.com/webrtc/samples / gotDescription1

Function gotDescription1

src/content/peerconnection/munge-sdp/js/main.js:159–164  ·  view source on GitHub ↗
(description)

Source from the content-addressed store, hash-verified

157}
158
159function gotDescription1(description) {
160 offerSdpTextarea.disabled = false;
161 offerSdpTextarea.value = description.sdp;
162 createOfferButton.disabled = true;
163 setOfferButton.disabled = false;
164}
165
166async function createAnswer() {
167 // Since the 'remote' side has no media stream we need

Callers 1

createOfferFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected