@camstack/addon-decoder-ffmpeg 1.2.41 → 1.2.42
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/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23749,23 +23749,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23749
23749
|
sdpOffer: string()
|
|
23750
23750
|
}), {
|
|
23751
23751
|
kind: "mutation",
|
|
23752
|
-
auth: "
|
|
23752
|
+
auth: "protected"
|
|
23753
23753
|
}), method(object({
|
|
23754
23754
|
deviceId: number(),
|
|
23755
23755
|
sessionId: string(),
|
|
23756
23756
|
sdpAnswer: string()
|
|
23757
23757
|
}), _void(), {
|
|
23758
23758
|
kind: "mutation",
|
|
23759
|
-
auth: "
|
|
23759
|
+
auth: "protected"
|
|
23760
23760
|
}), method(object({
|
|
23761
23761
|
deviceId: number(),
|
|
23762
23762
|
sessionId: string()
|
|
23763
23763
|
}), _void(), {
|
|
23764
23764
|
kind: "mutation",
|
|
23765
|
-
auth: "
|
|
23765
|
+
auth: "protected"
|
|
23766
23766
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23767
23767
|
kind: "mutation",
|
|
23768
|
-
auth: "
|
|
23768
|
+
auth: "protected"
|
|
23769
23769
|
}), method(object({
|
|
23770
23770
|
deviceId: number(),
|
|
23771
23771
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23784,10 +23784,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23784
23784
|
sequenceNumber: number().int()
|
|
23785
23785
|
}), object({ accepted: boolean() }), {
|
|
23786
23786
|
kind: "mutation",
|
|
23787
|
-
auth: "
|
|
23787
|
+
auth: "protected"
|
|
23788
23788
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23789
23789
|
kind: "mutation",
|
|
23790
|
-
auth: "
|
|
23790
|
+
auth: "protected"
|
|
23791
23791
|
}), object({
|
|
23792
23792
|
deviceId: number(),
|
|
23793
23793
|
status: IntercomStatusSchema
|
package/dist/index.mjs
CHANGED
|
@@ -23745,23 +23745,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23745
23745
|
sdpOffer: string()
|
|
23746
23746
|
}), {
|
|
23747
23747
|
kind: "mutation",
|
|
23748
|
-
auth: "
|
|
23748
|
+
auth: "protected"
|
|
23749
23749
|
}), method(object({
|
|
23750
23750
|
deviceId: number(),
|
|
23751
23751
|
sessionId: string(),
|
|
23752
23752
|
sdpAnswer: string()
|
|
23753
23753
|
}), _void(), {
|
|
23754
23754
|
kind: "mutation",
|
|
23755
|
-
auth: "
|
|
23755
|
+
auth: "protected"
|
|
23756
23756
|
}), method(object({
|
|
23757
23757
|
deviceId: number(),
|
|
23758
23758
|
sessionId: string()
|
|
23759
23759
|
}), _void(), {
|
|
23760
23760
|
kind: "mutation",
|
|
23761
|
-
auth: "
|
|
23761
|
+
auth: "protected"
|
|
23762
23762
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23763
23763
|
kind: "mutation",
|
|
23764
|
-
auth: "
|
|
23764
|
+
auth: "protected"
|
|
23765
23765
|
}), method(object({
|
|
23766
23766
|
deviceId: number(),
|
|
23767
23767
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23780,10 +23780,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23780
23780
|
sequenceNumber: number().int()
|
|
23781
23781
|
}), object({ accepted: boolean() }), {
|
|
23782
23782
|
kind: "mutation",
|
|
23783
|
-
auth: "
|
|
23783
|
+
auth: "protected"
|
|
23784
23784
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23785
23785
|
kind: "mutation",
|
|
23786
|
-
auth: "
|
|
23786
|
+
auth: "protected"
|
|
23787
23787
|
}), object({
|
|
23788
23788
|
deviceId: number(),
|
|
23789
23789
|
status: IntercomStatusSchema
|