()
| 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) { |
no outgoing calls
no test coverage detected