Closed alexivaner closed 1 year ago
Hi everyone, I have a problem when trying to run sipUA.call. Below is my configuration, until now I am still not sure what's wrong.
let options = { "eventHandlers": { failed: e => _eventCallback("failed", e), ended: e => _eventCallback("ended", e), }, "mediaConstraints": { audio: true, video: true }, }; this.sipUA.call(callNumber, options);
Here is the log:
[TypeError: null is not an object (evaluating 'constraints.optional')]
Please use the mailing list for usage questions.
Hi everyone, I have a problem when trying to run sipUA.call. Below is my configuration, until now I am still not sure what's wrong.
Here is the log:
[TypeError: null is not an object (evaluating 'constraints.optional')]