Hi @anonymousedge03,
That’s great to hear it’s working!
There are definitely going to be differences in how the underlying logic works when joining vs starting a meeting. The biggest reasoning behind that is because the join meeting flow also has to support users without a Zoom account. In that scenario, the user cannot login so it is possible for the logic internal to the SDK to provide a null or empty displayName. As a result, the public methods support the same leniency.
Thanks!