Vladyslav Mashkin

Results 4 comments of Vladyslav Mashkin
trafficstars

**Update:** It turns out that the track is actually being unpublished after the reconnection, it's just a race condition with the `localParticipant.publishTrack` call. So, for now, we ended up with...

Thanks for that @makarandp0! Looking forward to the proper fix within the SDK.

Agree with @pinxue! I can do a PR if there is somebody who can review.

@DanielKucal The exact issues of running ngx-store on server are these direct references to window object, which is not defined on the server: https://github.com/zoomsphere/ngx-store/blob/master/src/utility/storage/storage-event.ts#L11 https://github.com/zoomsphere/ngx-store/blob/master/src/utility/storage/storage-event.ts#L15 https://github.com/zoomsphere/ngx-store/blob/master/src/utility/storage/storage-event.ts#L19 https://github.com/zoomsphere/ngx-store/blob/master/src/service/session-storage.service.ts#L15 https://github.com/zoomsphere/ngx-store/blob/master/src/service/local-storage.service.ts#L15 etc... And...