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

Method createAnswer

test/webrtcclient.js:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }, offerOptions);
84 }
85 createAnswer() {
86 return this.driver.executeAsyncScript(() => {
87 const callback = arguments[arguments.length - 1];
88
89 pc.createAnswer()
90 .then(callback, callback);
91 });
92 }
93
94 // resolves with non-trickle description including candidates.
95 setLocalDescription(desc) {

Callers 15

VideoPipeFunction · 0.80
initRemoteAnswerMethod · 0.80
handleOfferFunction · 0.80
gotLocalDescriptionFunction · 0.80
gotDescription1Function · 0.80
handleLocalDescriptionFunction · 0.80
onCreateOfferSuccessFunction · 0.80
establishPCFunction · 0.80
onCreateOfferSuccessFunction · 0.80
onCreateOfferSuccessFunction · 0.80
onCreateOfferSuccessFunction · 0.80
createPeerConnectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected