Brian Ferch
Brian Ferch
Think I'm experiencing the same/similar issue. Segfaults consistently on `new RTCPeerConnection` on the release build, and segfaults seemingly at random on the debug build. My shortest debug output was very...
To add to this, it would be great if we could subscribe to what the current device is, or at a minimum read if the local device is being used...
@wanglingsong That would work if the file I was dealing with was a top-level array e.g. ``` [ {...}, {...}, {...} ] ``` But I'm dealing with newline-delimited objects e.g....