PersistLastDeviceHandlers: {
    getLastDevice: () => MediaDeviceInfo | null;
    saveLastDevice: (info: MediaDeviceInfo) => void;
}

Type declaration

  • getLastDevice: () => MediaDeviceInfo | null
  • saveLastDevice: (info: MediaDeviceInfo) => void