Hey folks,
Is there some rate limit on sendAppInvitation call?
The use case is as follows:
- host joins a meeting and invites all participants to the app via
sendAppInvitationToAllParticipants - most of the meeting participants join afterwards, so we invite them by listening to
onParticipantChangeand callingsendAppInvitationwhen new participant joins the meeting
Should we expect some rate limiting to occur?
Thanks!