MCPcopy Index your code
hub / github.com/webrtc/samples / createOffer

Method createOffer

test/webrtcclient.js:77–84  ·  view source on GitHub ↗
(offerOptions)

Source from the content-addressed store, hash-verified

75 }
76
77 createOffer(offerOptions) {
78 return this.driver.executeAsyncScript((offerOptions) => {
79 const callback = arguments[arguments.length - 1];
80
81 pc.createOffer(offerOptions)
82 .then(callback, callback);
83 }, offerOptions);
84 }
85 createAnswer() {
86 return this.driver.executeAsyncScript(() => {
87 const callback = arguments[arguments.length - 1];

Callers 15

VideoPipeFunction · 0.80
initLocalOfferMethod · 0.80
main.jsFile · 0.80
createConnectionFunction · 0.80
createConnectionFunction · 0.80
createConnectionFunction · 0.80
callFunction · 0.80
establishPCFunction · 0.80
callFunction · 0.80
callFunction · 0.80
callFunction · 0.80
createPeerConnectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected