We have an iOS app using Azure Communication Service. (i.e. https://github.com/Azure/Communication/releases)
And, I hope to update it that it joins Teams Meeting as the interop.
Can It join meeting following step?
User create a meeting schedule with Teams App or Outlook.
User-A joins teams meeting by my app using a meeting url, and it is implicitly as a guest user.
User-B joins the meeting by Web Browser Teams or my app using a meeting url, and he explicitly selects a guest user.
I tested the above steps, the meeting never hold.
However, if user-C would join the meeting as a login user, the meeting was hold.
Can I held teams meeting by only guest users with Azure Communiation Service ?