Fix filesharing
This commit is contained in:
@@ -694,7 +694,10 @@ export default class RoomClient
|
|||||||
})
|
})
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this._webTorrent.seed(files, (torrent) =>
|
this._webTorrent.seed(
|
||||||
|
files,
|
||||||
|
{ announceList: [['wss://tracker.lab.vvc.niif.hu:443']] },
|
||||||
|
(torrent) =>
|
||||||
{
|
{
|
||||||
store.dispatch(requestActions.notify(
|
store.dispatch(requestActions.notify(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user