Announces that the current event has ended and optionally redirects on web.
Event-end behavior settings.
Resolves after alerts and redirect scheduling are configured.
await meetingEnded({ onWeb: true, eventType: 'conference', redirectURL: 'https://example.com', showAlert,}); Copy
await meetingEnded({ onWeb: true, eventType: 'conference', redirectURL: 'https://example.com', showAlert,});
Announces that the current event has ended and optionally redirects on web.