Fishjam Web SDK - v0.18.0
    Preparing search index...

    Type Alias PersistLastDeviceHandlers

    type PersistLastDeviceHandlers = {
        getLastDevice: (deviceType: "audio" | "video") => MediaDeviceInfo | null;
        saveLastDevice: (
            info: MediaDeviceInfo,
            deviceType: "audio" | "video",
        ) => void;
    }
    Index

    Properties

    getLastDevice: (deviceType: "audio" | "video") => MediaDeviceInfo | null
    saveLastDevice: (info: MediaDeviceInfo, deviceType: "audio" | "video") => void