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

Function onCreateSessionDescriptionError

src/content/extensions/svc/js/main.js:230–232  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

228}
229
230function onCreateSessionDescriptionError(error) {
231 console.log(`Failed to create session description: ${error.toString()}`);
232}
233
234async function onCreateOfferSuccess(desc) {
235 console.log(`Offer from pc1\n${desc.sdp}`);

Callers 2

callFunction · 0.70
onCreateOfferSuccessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected