Announces that a participant has joined the event.
Join alert settings.
Optional
Resolves after the alert is dispatched.
await personJoined({ name: 'Alice', showAlert: ({ message }) => console.log(message),}); Copy
await personJoined({ name: 'Alice', showAlert: ({ message }) => console.log(message),});
Announces that a participant has joined the event.