ZComms 0.1.8
Fixes the 'crashes when joining' on managed/locked-down machines (the v0.1.6 field crash). Root cause: the Zoom SDK's own post-init background work trips a CRT invalid-parameter check on such machines, and the CRT's default response killed the whole process. ZComms now absorbs that route -- the failing call returns an error, a counted WARNING lands in the log, and the app keeps running; every genuinely fatal error still shows the 'ZComms crashed' box naming the cause (new in 0.1.7). Crash-log chronology fix included.