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

Function errorHandler

src/js/videopipe.js:23–27  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

21//
22
23function errorHandler(context) {
24 return function(error) {
25 trace('Failure in ' + context + ': ' + error.toString);
26 };
27}
28
29// eslint-disable-next-line no-unused-vars
30function successHandler(context) {

Callers 1

VideoPipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected