Alex Sosnovskiy
Alex Sosnovskiy
It needs for object serialization. You can simply call `dataConnection.send({"score":1})` without any manual converting to blob/arraybuffer. You can implement only JSON type for serialization for Python port.
@ivelin 1,2) If you want to send/receive "raw" data, you can set `dataConnection.serialization = "raw";`(instead of 'raw' you can use any string except json, binary, binary-utf8) 3) AFAIK we didn't...
> As I know @afrokick is aware of the problem, and has even updated the docs to reflect the "only json" nature of Safari. However, I think, that we not...
Hey guys. Could you please test the latest beta version? It should works. `npm i peerjs@beta`
Please, provide some example how to reproduce it. Without it it is hard to understand what go wrongs.
Yeap, `stream` event calls on every track. So, if you stream contains two tracks, `stream` event should calls twice.
thanks to @radekmie I found this issue and can report that the issue was appeared because of https://github.com/microsoft/TypeScript/issues/34787#issuecomment-849379479 (TSConfig `useDefineForClassFields = true` for ESNext by default from TS4.3) I think...
Meteor's build system uses babel under the hood. So, you can solve your task with a plugin 'module-resolver': 1. install npm package: `meteor npm i babel-plugin-module-resolver -D` 2. create **.babelrc**...
@filipenevola should be confirmed because there is pr to solve this issue.
I found one test case when meteor doesn't build correctly https://github.com/afrokick/meteor-devDeps-repro Should i need create a separate issue? @StorytellerCZ