MediaSFU Shared
    Preparing search index...

    Function meetingEnded

    • Announces that the current event has ended and optionally redirects on web.

      Parameters

      Returns Promise<void>

      Resolves after alerts and redirect scheduling are configured.

      await meetingEnded({
      onWeb: true,
      eventType: 'conference',
      redirectURL: 'https://example.com',
      showAlert,
      });