MediaSFU React Native
    Preparing search index...

    Interface ModifyCoHostSettingsOptions

    interface ModifyCoHostSettingsOptions {
        roomName: string;
        showAlert?: ShowAlert;
        selectedParticipant: string;
        coHost: string;
        coHostResponsibility: CoHostResponsibility[];
        updateIsCoHostModalVisible: (isVisible: boolean) => void;
        updateCoHostResponsibility: (
            coHostResponsibility: CoHostResponsibility[],
        ) => void;
        updateCoHost: (coHost: string) => void;
        socket: Socket;
    }
    Index

    Properties

    roomName: string
    showAlert?: ShowAlert
    selectedParticipant: string
    coHost: string
    coHostResponsibility: CoHostResponsibility[]
    updateIsCoHostModalVisible: (isVisible: boolean) => void
    updateCoHostResponsibility: (
        coHostResponsibility: CoHostResponsibility[],
    ) => void
    updateCoHost: (coHost: string) => void
    socket: Socket