MediaSFU Shared
    Preparing search index...

    Function personJoined

    • Announces that a participant has joined the event.

      Parameters

      Returns Promise<void>

      Resolves after the alert is dispatched.

      await personJoined({
      name: 'Alice',
      showAlert: ({ message }) => console.log(message),
      });