MediaSFU React Native
    Preparing search index...

    Interface UpdatedCoHostOptions

    interface UpdatedCoHostOptions {
        coHost: string;
        coHostResponsibility: CoHostResponsibility[];
        showAlert?: ShowAlert;
        eventType: EventType;
        islevel: string;
        member: string;
        youAreCoHost: boolean;
        updateCoHost: (coHost: string) => void;
        updateCoHostResponsibility: (
            responsibility: CoHostResponsibility[],
        ) => void;
        updateYouAreCoHost: (youAreCoHost: boolean) => void;
    }
    Index

    Properties

    coHost: string
    coHostResponsibility: CoHostResponsibility[]
    showAlert?: ShowAlert
    eventType: EventType
    islevel: string
    member: string
    youAreCoHost: boolean
    updateCoHost: (coHost: string) => void
    updateCoHostResponsibility: (responsibility: CoHostResponsibility[]) => void
    updateYouAreCoHost: (youAreCoHost: boolean) => void