mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
@@ -18817,7 +18817,7 @@ function b7(n, e, t) {
|
|||||||
() => {
|
() => {
|
||||||
h({ type: "connection_timeout" });
|
h({ type: "connection_timeout" });
|
||||||
},
|
},
|
||||||
5e3
|
1e4
|
||||||
);
|
);
|
||||||
Bi(q, ie, f === "send" ? null : a, z.offer, we, "video", oe, p, void 0, m).then((fe) => {
|
Bi(q, ie, f === "send" ? null : a, z.offer, we, "video", oe, p, void 0, m).then((fe) => {
|
||||||
clearTimeout(U), ie = fe;
|
clearTimeout(U), ie = fe;
|
||||||
@@ -19712,7 +19712,7 @@ function n8(n, e, t) {
|
|||||||
() => {
|
() => {
|
||||||
o({ type: "connection_timeout" });
|
o({ type: "connection_timeout" });
|
||||||
},
|
},
|
||||||
5e3
|
1e4
|
||||||
);
|
);
|
||||||
Bi(null, f, h, c.offer, m, "video", v).then((b) => {
|
Bi(null, f, h, c.offer, m, "video", v).then((b) => {
|
||||||
clearTimeout(A), t(10, f = b);
|
clearTimeout(A), t(10, f = b);
|
||||||
@@ -20394,7 +20394,7 @@ function M8(n, e, t) {
|
|||||||
() => {
|
() => {
|
||||||
c({ type: "connection_timeout" });
|
c({ type: "connection_timeout" });
|
||||||
},
|
},
|
||||||
5e3
|
1e4
|
||||||
);
|
);
|
||||||
Bi(W, A, S, v.offer, b, "audio", y).then((q) => {
|
Bi(W, A, S, v.offer, b, "audio", y).then((q) => {
|
||||||
clearTimeout(oe), A = q;
|
clearTimeout(oe), A = q;
|
||||||
@@ -21598,7 +21598,7 @@ function dp(n, e, t) {
|
|||||||
() => {
|
() => {
|
||||||
z({ type: "connection_timeout" });
|
z({ type: "connection_timeout" });
|
||||||
},
|
},
|
||||||
5e3
|
1e4
|
||||||
);
|
);
|
||||||
Bi(ue, oe, a === "send" ? null : W, R.offer, q, "audio", z, f, j, v).then((le) => {
|
Bi(ue, oe, a === "send" ? null : W, R.offer, q, "audio", z, f, j, v).then((le) => {
|
||||||
clearTimeout(N), oe = le;
|
clearTimeout(N), oe = le;
|
||||||
|
|||||||
@@ -214,7 +214,7 @@
|
|||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
_on_change_cb({ type: "connection_timeout" });
|
_on_change_cb({ type: "connection_timeout" });
|
||||||
}, 5000);
|
}, 10000);
|
||||||
|
|
||||||
start(
|
start(
|
||||||
stream,
|
stream,
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
on_change_cb({ type: "connection_timeout" });
|
on_change_cb({ type: "connection_timeout" });
|
||||||
}, 5000);
|
}, 10000);
|
||||||
|
|
||||||
start(
|
start(
|
||||||
stream,
|
stream,
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
on_change_cb({ type: "connection_timeout" });
|
on_change_cb({ type: "connection_timeout" });
|
||||||
}, 5000);
|
}, 10000);
|
||||||
|
|
||||||
start(
|
start(
|
||||||
null,
|
null,
|
||||||
|
|||||||
@@ -183,7 +183,7 @@
|
|||||||
const timeoutId = setTimeout(() => {
|
const timeoutId = setTimeout(() => {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
on_change_cb({ type: "connection_timeout" });
|
on_change_cb({ type: "connection_timeout" });
|
||||||
}, 5000);
|
}, 10000);
|
||||||
|
|
||||||
start(
|
start(
|
||||||
stream,
|
stream,
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fastrtc"
|
name = "fastrtc"
|
||||||
version = "0.0.23"
|
version = "0.0.24"
|
||||||
description = "The realtime communication library for Python"
|
description = "The realtime communication library for Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user