Fix progress bar not showing
This commit is contained in:
parent
ec3aa6ea11
commit
ced66257b0
@ -246,7 +246,13 @@ class Session extends EventEmitter {
|
||||
}
|
||||
|
||||
function handleDataProgress({ id, count, total }) {
|
||||
this.emit("dataProgress", { peer, id, count, total, reply: sendPeer });
|
||||
this.emit("peerDataProgress", {
|
||||
peer,
|
||||
id,
|
||||
count,
|
||||
total,
|
||||
reply: sendPeer,
|
||||
});
|
||||
}
|
||||
|
||||
function handleTrack(track, stream) {
|
||||
|
Loading…
Reference in New Issue
Block a user