MediaSFU React Native
    Preparing search index...

    Interface MeetingEndedOptions

    interface MeetingEndedOptions {
        showAlert?: ShowAlert;
        redirectURL?: string;
        onWeb: boolean;
        eventType: EventType;
        updateValidated?: (isValid: boolean) => void;
    }
    Index

    Properties

    showAlert?: ShowAlert
    redirectURL?: string
    onWeb: boolean
    eventType: EventType
    updateValidated?: (isValid: boolean) => void