opensips-js 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/opensips-js.es.js
CHANGED
|
@@ -23547,7 +23547,7 @@ function cu(c, t) {
|
|
|
23547
23547
|
class hS {
|
|
23548
23548
|
constructor(t) {
|
|
23549
23549
|
var n;
|
|
23550
|
-
this.isAutoAnswer = !
|
|
23550
|
+
this.isAutoAnswer = !1, this.muteWhenJoinEnabled = !1, this.isDNDEnabled = !1, this.isCallWaitingEnabled = !0, this.muted = !1, this.microphoneInputLevelValue = 1, this.speakerVolumeValue = 1, this.activeRooms = {}, this.activeCalls = {}, this.extendedCalls = {}, this.conferenceNodes = {}, this.availableMediaDevices = [], this.selectedMediaDevices = {
|
|
23551
23551
|
input: "default",
|
|
23552
23552
|
output: "default"
|
|
23553
23553
|
}, this.callStatus = {}, this.callTime = {}, this.callMetrics = {}, this.timeIntervals = {}, this.metricConfig = {
|